#include <vnl_numeric_traits.h>
Inheritance diagram for vnl_numeric_traits< double >:

Definition at line 358 of file vnl_numeric_traits.h.
Public Types | |
| typedef double | abs_t |
| Return value of abs(). | |
| typedef long double | double_t |
| Name of a type twice as long as this one for accumulators and products. | |
| typedef double | real_t |
| Name of type which results from multiplying this type with a double. | |
Static Public Member Functions | |
| static const double zero | VCL_STATIC_CONST_INIT_FLOAT_DECL (0.0) |
| Additive identity. | |
| static const double one | VCL_STATIC_CONST_INIT_FLOAT_DECL (1.0) |
| Multiplicative identity. | |
| static const double maxval | VCL_STATIC_CONST_INIT_FLOAT_DECL (1.7976931348623157E+308) |
| Maximum value which this type can assume. | |
| typedef double vnl_numeric_traits< double >::abs_t |
| 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 370 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 372 of file vnl_numeric_traits.h.
| static const double zero vnl_numeric_traits< double >::VCL_STATIC_CONST_INIT_FLOAT_DECL | ( | 0. | 0 | ) | [static] |
Additive identity.
| static const double one vnl_numeric_traits< double >::VCL_STATIC_CONST_INIT_FLOAT_DECL | ( | 1. | 0 | ) | [static] |
Multiplicative identity.
| static const double maxval vnl_numeric_traits< double >::VCL_STATIC_CONST_INIT_FLOAT_DECL | ( | 1.7976931348623157E+ | 308 | ) | [static] |
Maximum value which this type can assume.
1.5.1