SciPy 0.6.0 API Documentation Generated by Endo, 2007-10-17
empty = array(())
empty_slice = slice(None)
numericTypes = (int, long, float, complex)
all imported from Numeric and need to be reassigned.
unary_op = [ arccos, arcsin, arctan, cos, cosh, sin, sinh, exp, ceil, floor, fabs, log, log10, sqrt ]
unsupported = [ argmin, argmax, argsort, around, absolute, sign, negative, floor ]
This returns the resulting size from operating on xx, and yy with a binary operator. It accounts for broadcasting, and throws errors if the array sizes are incompatible.
Currently only checks expressions (not suites). Doesn't check that lhs = rhs. checked by compiled func though
| Local name | Refers to |
|---|---|
| absolute | numpy.absolute |
| alltrue | numpy.alltrue |
| arccos | numpy.arccos |
| arcsin | numpy.arcsin |
| arctan | numpy.arctan |
| argmax | numpy.argmax |
| argmin | numpy.argmin |
| argsort | numpy.argsort |
| around | numpy.around |
| array | numpy.array |
| asarray | numpy.asarray |
| ceil | numpy.ceil |
| concatenate | numpy.concatenate |
| cos | numpy.cos |
| cosh | numpy.cosh |
| divide | numpy.divide |
| equal | numpy.equal |
| exp | numpy.exp |
| fabs | numpy.fabs |
| float32 | numpy.float32 |
| floor | numpy.floor |
| log | numpy.log |
| log10 | numpy.log10 |
| ndarray | numpy.ndarray |
| negative | numpy.negative |
| ones | numpy.ones |
| shape | numpy.shape |
| sign | numpy.sign |
| sin | numpy.sin |
| sinh | numpy.sinh |
| sqrt | numpy.sqrt |
| sys | sys |
| zeros | numpy.zeros |