Static Public Member Functions | |
| static opentl::math::Matrix * | parse (std::string &fileName) |
| reads a Matrix from a given text file file format of the file: one line is representing one row of the matrix. e.g. you can use Matlab's ASCII save method | |
| static opentl::math::Matrix* opentl::core::parser::MatrixFile::parse | ( | std::string & | fileName | ) | [static] |
reads a Matrix from a given text file file format of the file: one line is representing one row of the matrix. e.g. you can use Matlab's ASCII save method
| fileName | the file to load |
1.5.8