Namespaces | |
internal | |
Functions | |
template<typename OutputStream , typename Derived_ > | |
OutputStream & | operator<< (OutputStream &ostream, FloatMatrixFormatter< Derived_ > &formatter) |
OutputStream& Eigen::operator<< | ( | OutputStream & | ostream, |
FloatMatrixFormatter< Derived_ > & | formatter | ||
) |
Insertion operator for sending the formatter to an output stream.
ostream | : the output stream. |
formatter | : the formatter to be inserted. |
OutputStream | : the type of the output stream to be inserted into. |
Derived | : matrix type. |
StandardException | : throws if the formatter has un-specified _matrix [debug mode only] |
Definition at line 203 of file eigen/formatters.hpp.