OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DontAlignCols
(Results
1 - 2
of
2
) sorted by null
/external/eigen/doc/snippets/
IOFormat.cpp
5
IOFormat CommaInitFmt(StreamPrecision,
DontAlignCols
, ", ", ", ", "", "", " << ", ";");
/external/eigen/Eigen/src/Core/
IO.h
16
enum {
DontAlignCols
= 1 };
36
* - \b flags an OR-ed combination of flags, the default value is 0, the only currently available flag is \c
DontAlignCols
which
62
if((flags &
DontAlignCols
))
166
bool align_cols = !(fmt.flags &
DontAlignCols
);
Completed in 1000 milliseconds