Searched refs:EIGEN_DEFAULT_IO_FORMAT (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/Core/util/ |
D | Macros.h | 296 #ifndef EIGEN_DEFAULT_IO_FORMAT 300 #define EIGEN_DEFAULT_IO_FORMAT Eigen::IOFormat(3, 0, " ", "\n", "", "") macro 302 #define EIGEN_DEFAULT_IO_FORMAT Eigen::IOFormat() macro
|
/external/eigen/Eigen/src/Core/ |
D | IO.h | 245 return internal::print_matrix(s, m.eval(), EIGEN_DEFAULT_IO_FORMAT);
|
/external/eigen/test/ |
D | main.h | 72 #define EIGEN_DEFAULT_IO_FORMAT IOFormat(4, 0, " ", "\n", "", "", "", "") macro
|
/external/eigen/doc/ |
D | PreprocessorDirectives.dox | 27 …- \b EIGEN_DEFAULT_IO_FORMAT - the IOFormat to use when printing a matrix if no %IOFormat is speci…
|