outputMatlab.hh File Reference
Go to the source code of this file.
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
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) |
Stores a matrix to the matlab file filename as dense matrix name . More... | |
template<class F > | |
void | concepts::storeDenseMatrixToMatlab (F &matrix, const uint nofRows, const uint nofCols, std::ostream &ofs, std::string name="") |
Writes a matrix to the stream ofs as dense matrix name in Matlab format. More... | |
template<class F > | |
void | concepts::storeSparseMatrixToOctave (SparseMatrix< F > &matrix, std::ostream &ofs, std::string name="") |
Writes a matrix to the stream ofs as dense matrix name in Octave format (older version don't have sparse matrix format). More... | |
Variables | |
static uint | concepts::storeDenseMatrixMatlabCounter_ = 0 |
Counts number of Matlab outputs (used to uniquely name the matrices) More... | |
static uint | concepts::storeSparseMatrixMatlabCounter_ = 0 |
Detailed Description
matlab output function for matrices
Definition in file outputMatlab.hh.