concepts::OutputMatlab< Array< F > > Class Template Reference
Specialisation of class OutputMatlab<F>
for output of objects to matlab to Array<F>
More...
#include <outputMatlab.hh>
Inheritance diagram for concepts::OutputMatlab< Array< F > >:
Public Member Functions | |
OutputMatlab (const Array< F > &val, const bool transposed=false) | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
const bool | transposed_ |
const Array< F > & | val_ |
Detailed Description
template<typename F>
class concepts::OutputMatlab< Array< F > >
Specialisation of class OutputMatlab<F>
for output of objects to matlab to Array<F>
Use it like: std::cout << OutputMatlab<Array<double> >(val) << std::endl;
Definition at line 30 of file outputMatlab.hh.
Constructor & Destructor Documentation
◆ OutputMatlab()
template<typename F >
|
inline |
Definition at line 32 of file outputMatlab.hh.
Member Function Documentation
◆ info()
template<typename F >
|
protectedvirtual |
Returns information in an output stream.
Stores the array in a matlab format.
Reimplemented from concepts::OutputOperator.
Definition at line 44 of file outputMatlab.hh.
Member Data Documentation
◆ transposed_
template<typename F >
|
private |
Definition at line 39 of file outputMatlab.hh.
◆ val_
template<typename F >
|
private |
Definition at line 38 of file outputMatlab.hh.
The documentation for this class was generated from the following file:
- toolbox/outputMatlab.hh