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

/external/eigen/Eigen/src/Core/
H A DIO.h48 * \sa DenseBase::format(), class WithFormat
74 /** \class WithFormat
90 class WithFormat class in namespace:Eigen
94 WithFormat(const ExpressionType& matrix, const IOFormat& format) function in class:Eigen::WithFormat
98 friend std::ostream & operator << (std::ostream & s, const WithFormat& wf)
108 /** \returns a WithFormat proxy object allowing to print a matrix the with given
113 * \sa class IOFormat, class WithFormat
116 inline const WithFormat<Derived>
119 return WithFormat<Derived>(derived(), fmt);

Completed in 931 milliseconds