Template Struct PrecisionWidth< float >
Defined in File common.hpp
Struct Documentation
-
template<>
struct PrecisionWidth<float> Precision width trait for floats.
Numerical metafunction used by the default insertion operator to establish the width of a cell when a matrix is sent to an output stream. This value determines the number of cells required for the default level of decimal precision (four decimal places).
Public Static Attributes
-
static const int value = 4
-
static const int value = 4