HomeSort by relevance Sort by last modified time
    Searched refs:StreamPrecision (Results 1 - 2 of 2) sorted by null

  /external/eigen/doc/snippets/
IOFormat.cpp 5 IOFormat CommaInitFmt(StreamPrecision, DontAlignCols, ", ", ", ", "", "", " << ", ";");
7 IOFormat OctaveFmt(StreamPrecision, 0, ", ", ";\n", "", "", "[", "]");
  /external/eigen/Eigen/src/Core/
IO.h 17 enum { StreamPrecision = -1,
31 * - \b precision number of digits for floating point values, or one of the special constants \c StreamPrecision and \c FullPrecision.
32 * The default is the special value \c StreamPrecision which means to use the
53 IOFormat(int _precision = StreamPrecision, int _flags = 0,
143 if(fmt.precision == StreamPrecision)

Completed in 226 milliseconds