GEL
2
GEL is a library for Geometry and Linear Algebra
|
I/O functions for the LinAlg types. More...
Go to the source code of this file.
Namespaces | |
namespace | LinAlg |
The Linear Algebra Implementation/Module/Package. | |
Functions | |
I/O from MatLab | |
Reads or writes the type to or from a m-file with a somwhat strict format. MatLab can 'load' the matrix by running the m-file in question, and write to the format via the 'LinAlg.m' function. Since MatLab uses double as the working percision, this is the only value of T where this interface to MatLab works. For other types, this functionality is good for loading, saving and debuging.
| |
void | LinAlg::FromMatlab (CMatrix &A, const std::string &VarName, const std::string &FileName) |
I/O functions for the LinAlg types.