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 11088 2010-06-17 17:23:59Z ceball $
Version:
$Revision: 11088 $
|
|
CFPRF_DotProduct_opt
Wrapper written to allow transparent non-optimized fallback;
equivalent to CFPRF_Plugin(single_cf_fn=DotProduct()).
|
|
|
CFPRF_DotProduct
Wrapper written to allow transparent non-optimized fallback;
equivalent to CFPRF_Plugin(single_cf_fn=DotProduct()).
|
|
|
__package__ = 'topo.responsefn'
|