Searched refs:DontAlignCols (Results 1 - 2 of 2) sorted by relevance

/external/eigen/doc/snippets/
H A DIOFormat.cpp5 IOFormat CommaInitFmt(StreamPrecision, DontAlignCols, ", ", ", ", "", "", " << ", ";");
/external/eigen/Eigen/src/Core/
H A DIO.h16 enum { DontAlignCols = 1 }; enumerator in enum:Eigen::__anon20648
36 * - \b flags an OR-ed combination of flags, the default value is 0, the only currently available flag is \c DontAlignCols which
191 bool align_cols = !(fmt.flags & DontAlignCols);

Completed in 110 milliseconds