#include <outputMatlab.hh>
Public Member Functions | |
OutputMatlab (const Sequence< F > &seq, const bool transposed=false) | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Specialisation of class OutputMatlab<F>
for output of objects to matlab to Sequence<F>
Use it like: std::cout << OutputMatlab<Sequence<double> >(val) << std::endl;
Definition at line 112 of file outputMatlab.hh.
|
inline |
Definition at line 114 of file outputMatlab.hh.
|
protectedvirtual |
Returns information in an output stream.
Stores the array in a matlab format.
Reimplemented from concepts::OutputOperator.
Definition at line 126 of file outputMatlab.hh.