don't align matrix columns

release/4.3a0
Varun Agrawal 2020-06-17 14:54:55 -05:00
parent f235aaf8c4
commit 944a437272
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ typedef Eigen::Block<const Matrix> ConstSubMatrix;
// Matrix formatting arguments when printing. Akin to Matlab style.
const Eigen::IOFormat matlab(
Eigen::StreamPrecision, // precision
0, // flags
Eigen::DontAlignCols, // flags set such that rowSpacers are not added
", ", // coeffSeparator
";\n", // rowSeparator
"\t", // rowPrefix