Stores a set of parameters controlling the way matrices are printed.
List of available parameters:
StreamPrecision and FullPrecision. The default is the special value StreamPrecision which means to use the stream's own precision setting, as set for instance using cout.precision(3). The other special value FullPrecision means that the number of digits will be computed to match the full precision of each floating-point type.DontAlignCols which allows to disable the alignment of columns, resulting in faster code.Example:
Output:
Public Member Functions | |
| IOFormat (int _precision=StreamPrecision, int _flags=0, const std::string &_coeffSeparator=" ", const std::string &_rowSeparator="\n", const std::string &_rowPrefix="", const std::string &_rowSuffix="", const std::string &_matPrefix="", const std::string &_matSuffix="") | |
| Default contructor, see class IOFormat for the meaning of the parameters. | |
Public Attributes | |
| std::string | matPrefix |
| std::string | matSuffix |
| std::string | rowPrefix |
| std::string | rowSuffix |
| std::string | rowSeparator |
| std::string | rowSpacer |
| std::string | coeffSeparator |
| int | precision |
| int | flags |
| Eigen::IOFormat::IOFormat | ( | int | _precision = StreamPrecision, |
| int | _flags = 0, |
||
| const std::string & | _coeffSeparator = " ", |
||
| const std::string & | _rowSeparator = "\n", |
||
| const std::string & | _rowPrefix = "", |
||
| const std::string & | _rowSuffix = "", |
||
| const std::string & | _matPrefix = "", |
||
| const std::string & | _matSuffix = "" |
||
| ) | [inline] |
| std::string Eigen::IOFormat::coeffSeparator |
| std::string Eigen::IOFormat::matPrefix |
Definition at line 82 of file Core.
Referenced by mrpt::math::operator<<().
| std::string Eigen::IOFormat::matSuffix |
Definition at line 82 of file Core.
Referenced by mrpt::math::operator<<().
| std::string Eigen::IOFormat::rowPrefix |
| std::string Eigen::IOFormat::rowSeparator |
Definition at line 83 of file Core.
Referenced by mrpt::math::operator<<().
| std::string Eigen::IOFormat::rowSpacer |
| std::string Eigen::IOFormat::rowSuffix |
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |