Home
last modified time | relevance | path

Searched refs:IOFormat (Results 1 – 8 of 8) sorted by relevance

/external/eigen/doc/snippets/
DIOFormat.cpp5 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/
DIO.h22 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()
DDenseBase.h473 inline const WithFormat<Derived> format(const IOFormat& fmt) const in format()
/external/eigen/doc/
DPreprocessorDirectives.dox26 …- \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/
DMacros.h806 #define EIGEN_DEFAULT_IO_FORMAT Eigen::IOFormat(3, 0, " ", "\n", "", "")
808 #define EIGEN_DEFAULT_IO_FORMAT Eigen::IOFormat()
DForwardDeclarations.h223 struct IOFormat;
/external/eigen/test/
Dmain.h142 #define EIGEN_DEFAULT_IO_FORMAT IOFormat(4, 0, " ", "\n", "", "", "", "")
/external/eigen/Eigen/src/SVD/
DBDCSVD.h28 IOFormat bdcsvdfmt(8, 0, ", ", "\n", " [", "]");