API Reference for Enthought Tool Suite 3.0.1
Module that implements pure-python equivalents of the functions in the _speedups extension module.
Returns op(func(a), func(b)) if a and b are both not None; if one is None, then returns func() on the non-None array; if both are None, then returns None.
Takes index and value arrays, masks, and optional selection arrays, and returns the list of points and corresponding selection mask for those points.
| Local name | Refers to |
|---|---|
| array | numpy.array |
| compress | numpy.compress |
| invert | numpy.invert |
| isnan | numpy.isnan |
| operator | operator |
| transpose | numpy.transpose |
| zeros | numpy.zeros |
© Copyright 2002-2008 Enthought, Inc.