SciPy.org SciPy 0.6.0 API Documentation Generated by Endo, 2007-10-17

Class to recast arrays to one of acceptable scalar types

Initialization specifies acceptable types (ATs)

Implements recast method - returns array that may be of different storage type to the input array, where the new type is one of the ATs. Recast method will return a larger type if no smaller type will contain the data without loss of precision greater than specified in options at object creation.

Method summary

Methods