#include <vnl_numeric_traits.h>

Public Types | |
| typedef unsigned long | abs_t |
| Return value of abs(). More... | |
| typedef vxl_uint_64 | 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 unsigned long | zero = 0 |
| Additive identity. More... | |
| static constexpr unsigned long | one = 1 |
| Multiplicative identity. More... | |
| static constexpr unsigned long | maxval = sizeof(unsigned long)==8?((vxl_uint_64)(-1)):0xffffffffL |
| Maximum value which this type can assume. More... | |
Definition at line 288 of file vnl_numeric_traits.h.
|
inherited |
Return value of abs().
Definition at line 280 of file vnl_numeric_traits.h.
|
inherited |
Name of a type twice as long as this one for accumulators and products.
Definition at line 282 of file vnl_numeric_traits.h.
|
inherited |
Name of type which results from multiplying this type with a double.
Definition at line 284 of file vnl_numeric_traits.h.
|
staticinherited |
Maximum value which this type can assume.
Definition at line 277 of file vnl_numeric_traits.h.
|
staticinherited |
Multiplicative identity.
Definition at line 275 of file vnl_numeric_traits.h.
|
staticinherited |
Additive identity.
Definition at line 273 of file vnl_numeric_traits.h.
1.8.15