#include <vnl_rational_traits.h>
Inheritance diagram for vnl_numeric_traits< vcl_complex< vnl_rational > >:

Definition at line 43 of file vnl_rational_traits.h.
Public Types | |
| typedef vnl_rational | abs_t |
| Return value of abs(). | |
| typedef vcl_complex< vnl_rational > | double_t |
| Name of a type twice as long as this one for accumulators and products. | |
| typedef vcl_complex< vnl_rational > | real_t |
| Name of type which results from multiplying this type with a double. | |
Static Public Attributes | |
| static const vcl_complex< vnl_rational > | zero |
| Additive identity. | |
| static const vcl_complex< vnl_rational > | one |
| Multiplicative identity. | |
| static const vcl_complex< vnl_rational > | maxval |
| Maximum value which this type can assume; makes no sense for this type. | |
| typedef vnl_rational vnl_numeric_traits< vcl_complex< vnl_rational > >::abs_t |
| typedef vcl_complex<vnl_rational> vnl_numeric_traits< vcl_complex< vnl_rational > >::double_t |
Name of a type twice as long as this one for accumulators and products.
Definition at line 55 of file vnl_rational_traits.h.
| typedef vcl_complex<vnl_rational> vnl_numeric_traits< vcl_complex< vnl_rational > >::real_t |
Name of type which results from multiplying this type with a double.
Definition at line 57 of file vnl_rational_traits.h.
const vcl_complex< vnl_rational > vnl_numeric_traits< vcl_complex< vnl_rational > >::zero [static] |
const vcl_complex< vnl_rational > vnl_numeric_traits< vcl_complex< vnl_rational > >::one [static] |
const vcl_complex<vnl_rational> vnl_numeric_traits< vcl_complex< vnl_rational > >::maxval [static] |
Maximum value which this type can assume; makes no sense for this type.
Definition at line 51 of file vnl_rational_traits.h.
1.5.1