SciPy 0.6.0 API Documentation Generated by Endo, 2007-10-17
Base classes for matlab (TM) file stream reading
The array_reader contains information about the current reading process, such as byte ordered dtypes and the processing function to apply to matrices as they are read, as well as routines for reading matrix compenents.
Getters are stateful versions of agents, and record state of current read on initialization, so need to be created for each read - one-shot objects
Attaches to initialized stream
Base class for "getters" - which do store state of what they are reading on itialization, and therefore need to be initialized before each read, and "readers" which do not store state, and only need to be initialized once on object creation
Implements common array reading functions
Inputs mat_steam - MatFileReader object
Faster than product for small arrays
| Local name | Refers to |
|---|---|
| N | numpy |
| sys | sys |