#include <MyMatrixTypeDefs.hpp>
|
| static const Eigen::IOFormat | CommaSep = Eigen::IOFormat(Eigen::FullPrecision, Eigen::DontAlignCols, ", ", "\n", "", "", "", "") |
| |
| static const Eigen::IOFormat | Matlab = Eigen::IOFormat(Eigen::FullPrecision, 0, ", ", ";\n", "", "", "[", "]") |
| |
| static const Eigen::IOFormat | SpaceSep = Eigen::IOFormat(Eigen::FullPrecision, Eigen::DontAlignCols, " ", "\n", "", "", "", "") |
| |
Definition at line 118 of file MyMatrixTypeDefs.hpp.
| const Eigen::IOFormat ApproxMVBB::MyMatrixIOFormat::CommaSep = Eigen::IOFormat(Eigen::FullPrecision, Eigen::DontAlignCols, ", ", "\n", "", "", "", "") |
|
static |
| const Eigen::IOFormat ApproxMVBB::MyMatrixIOFormat::Matlab = Eigen::IOFormat(Eigen::FullPrecision, 0, ", ", ";\n", "", "", "[", "]") |
|
static |
| const Eigen::IOFormat ApproxMVBB::MyMatrixIOFormat::SpaceSep = Eigen::IOFormat(Eigen::FullPrecision, Eigen::DontAlignCols, " ", "\n", "", "", "", "") |
|
static |
The documentation for this struct was generated from the following files: