OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullPrecision
(Results
1 - 2
of
2
) sorted by null
/external/eigen/doc/snippets/
IOFormat.cpp
8
IOFormat HeavyFmt(
FullPrecision
, 0, ", ", ";\n", "[", "]", "[", "]");
/external/eigen/Eigen/src/Core/
IO.h
18
FullPrecision
= -2 };
31
* - \b precision number of digits for floating point values, or one of the special constants \c StreamPrecision and \c
FullPrecision
.
34
* \c
FullPrecision
means that the number of digits will be computed to match the full precision of each floating-point
172
else if(fmt.precision ==
FullPrecision
)
Completed in 5508 milliseconds