[][src]Crate matfile

Structs

Array

A numeric array (the only type supported at the moment).

MatFile

MatFile is a collection of named arrays.

Enums

Error
NumericData

Stores the data of a numerical array and abstracts over the actual data type used. Real and imaginary parts are stored in separate vectors with the imaginary part being optional.