#include <vnl_numeric_traits.h>

Public Types | |
| typedef long double | abs_t |
| Return value of abs(). More... | |
| typedef long double | double_t |
| Name of a type twice as long as this one for accumulators and products. More... | |
| typedef long double | real_t |
| Name of type which results from multiplying this type with a double. More... | |
Static Public Attributes | |
| static constexpr long double | zero = 0.0 |
| Additive identity. More... | |
| static constexpr long double | one = 1.0 |
| Multiplicative identity. More... | |
| static constexpr long double | maxval = 1.7976931348623157E+308 |
| Maximum value which this type can assume. More... | |
Definition at line 396 of file vnl_numeric_traits.h.
|
inherited |
Return value of abs().
Definition at line 388 of file vnl_numeric_traits.h.
|
inherited |
Name of a type twice as long as this one for accumulators and products.
Definition at line 390 of file vnl_numeric_traits.h.
|
inherited |
Name of type which results from multiplying this type with a double.
Definition at line 392 of file vnl_numeric_traits.h.
|
staticinherited |
Maximum value which this type can assume.
Definition at line 386 of file vnl_numeric_traits.h.
|
staticinherited |
Multiplicative identity.
Definition at line 384 of file vnl_numeric_traits.h.
|
staticinherited |
Additive identity.
Definition at line 382 of file vnl_numeric_traits.h.
1.8.15