#include <vnl_rational_traits.h>

Public Types | |
| typedef vnl_rational | abs_t |
| Return value of abs(). More... | |
| typedef std::complex< vnl_rational > | double_t |
| Name of a type twice as long as this one for accumulators and products. More... | |
| typedef std::complex< vnl_rational > | real_t |
| Name of type which results from multiplying this type with a double. More... | |
Static Public Attributes | |
| static const std::complex< vnl_rational > | zero = std::complex<vnl_rational>(vnl_rational(0L,1L),vnl_rational(0L,1L)) |
| Additive identity. More... | |
| static const std::complex< vnl_rational > | one = std::complex<vnl_rational>(vnl_rational(1L,1L),vnl_rational(0L,1L)) |
| Multiplicative identity. More... | |
| static const std::complex< vnl_rational > | maxval |
| Maximum value which this type can assume; makes no sense for this type. More... | |
Definition at line 45 of file vnl_rational_traits.h.
| typedef vnl_rational vnl_numeric_traits< std::complex< vnl_rational > >::abs_t |
Return value of abs().
Definition at line 55 of file vnl_rational_traits.h.
| typedef std::complex<vnl_rational> vnl_numeric_traits< std::complex< vnl_rational > >::double_t |
Name of a type twice as long as this one for accumulators and products.
Definition at line 57 of file vnl_rational_traits.h.
| typedef std::complex<vnl_rational> vnl_numeric_traits< std::complex< vnl_rational > >::real_t |
Name of type which results from multiplying this type with a double.
Definition at line 59 of file vnl_rational_traits.h.
|
static |
Maximum value which this type can assume; makes no sense for this type.
Definition at line 53 of file vnl_rational_traits.h.
|
static |
Multiplicative identity.
Definition at line 51 of file vnl_rational_traits.h.
|
static |
Additive identity.
Definition at line 49 of file vnl_rational_traits.h.
1.8.15