Home
last modified time | relevance | path

Searched refs:StreamPrecision (Results 1 – 2 of 2) sorted by relevance

/external/eigen/doc/snippets/
DIOFormat.cpp5 IOFormat CommaInitFmt(StreamPrecision, DontAlignCols, ", ", ", ", "", "", " << ", ";");
7 IOFormat OctaveFmt(StreamPrecision, 0, ", ", ";\n", "", "", "[", "]");
/external/eigen/Eigen/src/Core/
DIO.h17 enum { StreamPrecision = -1, enumerator
53 IOFormat(int _precision = StreamPrecision, int _flags = 0,
143 if(fmt.precision == StreamPrecision) in print_matrix()