#include <vnl_bignum_traits.h>
Public Types | |
| typedef vnl_bignum | abs_t |
| Return value of abs(). More... | |
| typedef vnl_bignum | 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 const vnl_bignum | zero = vnl_bignum(0L) |
| Additive identity. More... | |
| static const vnl_bignum | one = vnl_bignum(1L) |
| Multiplicative identity. More... | |
| static const vnl_bignum | maxval = vnl_bignum("+Inf") |
| Maximum value which this type can assume. More... | |
Definition at line 13 of file vnl_bignum_traits.h.
| typedef vnl_bignum vnl_numeric_traits< vnl_bignum >::abs_t |
Return value of abs().
Definition at line 23 of file vnl_bignum_traits.h.
| typedef vnl_bignum vnl_numeric_traits< vnl_bignum >::double_t |
Name of a type twice as long as this one for accumulators and products.
Definition at line 25 of file vnl_bignum_traits.h.
| typedef double vnl_numeric_traits< vnl_bignum >::real_t |
Name of type which results from multiplying this type with a double.
Definition at line 27 of file vnl_bignum_traits.h.
|
static |
Maximum value which this type can assume.
Definition at line 21 of file vnl_bignum_traits.h.
|
static |
Multiplicative identity.
Definition at line 19 of file vnl_bignum_traits.h.
|
static |
Additive identity.
Definition at line 17 of file vnl_bignum_traits.h.
1.8.15