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

/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...]

Completed in 60 milliseconds