Go to the source code of this file.
Namespaces | |
namespace | concepts |
Functions | |
template<class F > | |
bool | concepts::storeDenseMatrixToMatlab (F &matrix, const uint nofRows, const uint nofCols, const std::string filename, std::string name="", bool append=false) |
template<class F > | |
void | concepts::storeDenseMatrixToMatlab (F &matrix, const uint nofRows, const uint nofCols, std::ostream &ofs, std::string name="") |
template<class F > | |
void | concepts::storeSparseMatrixToOctave (SparseMatrix< F > &matrix, std::ostream &ofs, std::string name="") |
matlab output function for matrices
Definition in file outputMatlab.hh.