Darwin
1.10(beta)
|
Generic i/o utilities. More...
Go to the source code of this file.
Functions | |
template<class EigenMatrix > | |
void | drwnReadMatrix (EigenMatrix &m, istream &is, const char *filename=NULL) |
Read an Eigen::Matrix from an input stream (the filename argument is only used for reporting errors and can be left NULL ). | |
template<class EigenMatrix > | |
void | drwnReadMatrix (EigenMatrix &m, const char *filename) |
Read an Eigen::Matrix of known size from a text file. | |
template<class EigenMatrix > | |
void | drwnReadUnknownMatrix (EigenMatrix &m, const char *filename) |
Read an Eigen::Matrix of unknown size from a text file. | |