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

/external/eigen/Eigen/src/Core/
H A DIO.h17 enum { StreamPrecision = -1, enumerator in enum:Eigen::__anon20649
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, argument
168 if(fmt.precision == StreamPrecision)

Completed in 337 milliseconds