#include <vnl_numeric_traits.h>

Public Types | |
| typedef 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 double | real_t |
| Name of type which results from multiplying this type with a double. More... | |
Static Public Attributes | |
| static constexpr double | zero = 0.0 |
| Additive identity. More... | |
| static constexpr double | one = 1.0 |
| Multiplicative identity. More... | |
| static constexpr double | maxval = 1.7976931348623157E+308 |
| Maximum value which this type can assume. More... | |
Definition at line 357 of file vnl_numeric_traits.h.
| typedef double vnl_numeric_traits< double >::abs_t |
Return value of abs().
Definition at line 367 of file vnl_numeric_traits.h.
| typedef long double vnl_numeric_traits< double >::double_t |
Name of a type twice as long as this one for accumulators and products.
Definition at line 369 of file vnl_numeric_traits.h.
| typedef double vnl_numeric_traits< double >::real_t |
Name of type which results from multiplying this type with a double.
Definition at line 371 of file vnl_numeric_traits.h.
|
static |
Maximum value which this type can assume.
Definition at line 365 of file vnl_numeric_traits.h.
|
static |
Multiplicative identity.
Definition at line 363 of file vnl_numeric_traits.h.
|
static |
Additive identity.
Definition at line 361 of file vnl_numeric_traits.h.
1.8.15