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

Module optimized

source code

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

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

$Id: optimized.py 8030 2008-02-19 15:47:09Z ceball $




Version: $Revision: 8030 $

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.