Package topo :: Package responsefn :: Module optimized
[hide private]
[frames] | no frames]

Module optimized

source code

Response functions (see basic.py) and CFProjection response functions (see projfn.py) written in C to optimize performance.

Requires the weave package; without it unoptimized versions are used.

$Id: optimized.py 9213 2008-09-17 15:30:17Z ceball $


Version: $Revision: 9213 $

Classes [hide private]
  CFPRF_DotProduct_opt
Dot-product response function.
  CFPRF_DotProduct
Wrapper written to allow transparent non-optimized fallback; equivalent to CFPRF_Plugin(single_cf_fn=DotProduct()).
  CFPRF_EuclideanDistance_opt
Euclidean-distance response function.