Searched refs:IOFormat (Results 1 – 8 of 8) sorted by relevance
/external/eigen/doc/snippets/ |
D | IOFormat.cpp | 5 IOFormat CommaInitFmt(StreamPrecision, DontAlignCols, ", ", ", ", "", "", " << ", ";"); 6 IOFormat CleanFmt(4, 0, ", ", "\n", "[", "]"); 7 IOFormat OctaveFmt(StreamPrecision, 0, ", ", ";\n", "", "", "[", "]"); 8 IOFormat HeavyFmt(FullPrecision, 0, ", ", ";\n", "[", "]", "[", "]");
|
/external/eigen/Eigen/src/Core/ |
D | IO.h | 22 std::ostream & print_matrix(std::ostream & s, const Derived& _m, const IOFormat& fmt); 50 struct IOFormat struct 53 IOFormat(int _precision = StreamPrecision, int _flags = 0, 98 WithFormat(const ExpressionType& matrix, const IOFormat& format) in WithFormat() 109 IOFormat m_format; 129 std::ostream & print_matrix(std::ostream & s, const Derived& _m, const IOFormat& fmt) in print_matrix()
|
D | DenseBase.h | 473 inline const WithFormat<Derived> format(const IOFormat& fmt) const in format()
|
/external/eigen/doc/ |
D | PreprocessorDirectives.dox | 26 …- \b EIGEN_DEFAULT_IO_FORMAT - the IOFormat to use when printing a matrix if no %IOFormat is speci… 27 Defaults to the %IOFormat constructed by the default constructor IOFormat::IOFormat().
|
/external/eigen/Eigen/src/Core/util/ |
D | Macros.h | 806 #define EIGEN_DEFAULT_IO_FORMAT Eigen::IOFormat(3, 0, " ", "\n", "", "") 808 #define EIGEN_DEFAULT_IO_FORMAT Eigen::IOFormat()
|
D | ForwardDeclarations.h | 223 struct IOFormat;
|
/external/eigen/test/ |
D | main.h | 142 #define EIGEN_DEFAULT_IO_FORMAT IOFormat(4, 0, " ", "\n", "", "", "", "")
|
/external/eigen/Eigen/src/SVD/ |
D | BDCSVD.h | 28 IOFormat bdcsvdfmt(8, 0, ", ", "\n", " [", "]");
|