don't align matrix columns
parent
f235aaf8c4
commit
944a437272
|
|
@ -79,7 +79,7 @@ typedef Eigen::Block<const Matrix> ConstSubMatrix;
|
||||||
// Matrix formatting arguments when printing. Akin to Matlab style.
|
// Matrix formatting arguments when printing. Akin to Matlab style.
|
||||||
const Eigen::IOFormat matlab(
|
const Eigen::IOFormat matlab(
|
||||||
Eigen::StreamPrecision, // precision
|
Eigen::StreamPrecision, // precision
|
||||||
0, // flags
|
Eigen::DontAlignCols, // flags set such that rowSpacers are not added
|
||||||
", ", // coeffSeparator
|
", ", // coeffSeparator
|
||||||
";\n", // rowSeparator
|
";\n", // rowSeparator
|
||||||
"\t", // rowPrefix
|
"\t", // rowPrefix
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue