Class documentation of Concepts

Loading...
Searching...
No Matches
outputMatlab.hh File Reference
#include "basics/outputMatlab.hh"
#include "sparseMatrix.hh"

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="")
 

Detailed Description

matlab output function for matrices

Definition in file outputMatlab.hh.