|
Functions |
| void | WriteMFile (Matrix< ComplexFloat > &m, string variable, string filename) |
| void | WriteMFile (Vector< ComplexFloat > &m, string variable, string filename) |
| void | WriteMFile (Matrix< ComplexDouble > &m, string variable, string filename) |
| void | WriteMFile (Vector< ComplexDouble > &m, string variable, string filename) |
| MatrixList< unsigned char > | ImRead (char *filename) |
| void | ImWrite (Matrix< unsigned char > &Image, char *filename) |
| void | ImWrite (MatrixList< unsigned char > &Image, char *filename) |
| void | ImWrite (Matrix< int > &Image, char *filename) |
| void | ImWrite (MatrixList< int > &Image, char *filename) |
| void | ImWrite (Matrix< float > &Image, char *filename) |
| void | ImWrite (MatrixList< float > &Image, char *filename) |
| void | ImWrite (Matrix< double > &Image, char *filename) |
| void | ImWrite (MatrixList< double > &Image, char *filename) |
| template<class T> |
| void | WriteMFile (Matrix< T > &m, string variable, string filename) |
| template<class T> |
| void | WriteMFile (Vector< T > &m, string variable, string filename) |