Searched refs:IOFormat (Results 1 - 6 of 6) sorted by relevance

/external/eigen/doc/snippets/
H A 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/
H A DIO.h22 std::ostream & print_matrix(std::ostream & s, const Derived& _m, const IOFormat& fmt);
25 /** \class IOFormat
45 * Example: \include IOFormat.cpp
46 * Output: \verbinclude IOFormat.out
50 struct IOFormat struct in namespace:Eigen
52 /** Default contructor, see class IOFormat for the meaning of the parameters */
53 IOFormat(int _precision = StreamPrecision, int _flags = 0, function in struct:Eigen::IOFormat
81 * This class represents an expression with stream operators controlled by a given IOFormat.
85 * See class IOFormat for some examples.
87 * \sa DenseBase::format(), class IOFormat
[all...]
H A DDenseBase.h421 inline const WithFormat<Derived> format(const IOFormat& fmt) const;
/external/eigen/Eigen/src/Core/util/
H A DMacros.h300 #define EIGEN_DEFAULT_IO_FORMAT Eigen::IOFormat(3, 0, " ", "\n", "", "")
302 #define EIGEN_DEFAULT_IO_FORMAT Eigen::IOFormat()
H A DForwardDeclarations.h190 struct IOFormat;
/external/eigen/test/
H A Dmain.h72 #define EIGEN_DEFAULT_IO_FORMAT IOFormat(4, 0, " ", "\n", "", "", "", "")

Completed in 170 milliseconds