#include <formatters.hpp>
Public Member Functions | |
MatrixFormatter (const int &w=-1, const unsigned int &p=2) | |
![]() | |
FloatMatrixFormatter (const int &w=-1, const unsigned int &p=2) | |
Default constructor. More... | |
FloatMatrixFormatter< Derived > & | operator() (const Derived &matrix) |
Format a matrix with permanently stored precision/width. More... | |
FloatMatrixFormatter< Derived > & | operator() (const Derived &matrix, const int &w, const unsigned int &p) |
Format a matrix with temporarily specified precision/width. More... | |
FloatMatrixFormatter< Derived > & | precision (const unsigned int &p) |
Sets the precision format parameter. More... | |
unsigned int | precision () |
Returns the current precision setting. More... | |
FloatMatrixFormatter< Derived > & | width (const int &w) |
Sets the width format parameter. More... | |
int | width () |
Returns the current width setting. More... | |
virtual | ~FloatMatrixFormatter () |
Definition at line 251 of file eigen/formatters.hpp.
|
inline |
Definition at line 253 of file eigen/formatters.hpp.