#include <vnl_bignum_traits.h>
Definition at line 12 of file vnl_bignum_traits.h.
Public Types | |
| typedef vnl_bignum | abs_t |
| Return value of abs(). | |
| typedef vnl_bignum | 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 Attributes | |
| static const vnl_bignum | zero |
| Additive identity. | |
| static const vnl_bignum | one |
| Multiplicative identity. | |
| static const vnl_bignum | maxval |
| Maximum value which this type can assume. | |
| typedef vnl_bignum vnl_numeric_traits< vnl_bignum >::abs_t |
| 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 24 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 26 of file vnl_bignum_traits.h.
const vnl_bignum vnl_numeric_traits< vnl_bignum >::zero [static] |
const vnl_bignum vnl_numeric_traits< vnl_bignum >::one [static] |
const vnl_bignum vnl_numeric_traits< vnl_bignum >::maxval [static] |
1.5.1