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

Definition at line 404 of file vnl_numeric_traits.h.
Public Types | |
| typedef float | abs_t |
| Return value of abs(). | |
| typedef vcl_complex< vnl_numeric_traits< float >::double_t > | double_t |
| Name of a type twice as long as this one for accumulators and products. | |
| typedef vcl_complex< float > | real_t |
| Name of type which results from multiplying this type with a double. | |
Static Public Attributes | |
| static const vcl_complex< float > | zero |
| Additive identity. | |
| static const vcl_complex< float > | one |
| Multiplicative identity. | |
| typedef float vnl_numeric_traits< vcl_complex< float > >::abs_t |
| typedef vcl_complex<vnl_numeric_traits<float>::double_t> vnl_numeric_traits< vcl_complex< float > >::double_t |
Name of a type twice as long as this one for accumulators and products.
Definition at line 417 of file vnl_numeric_traits.h.
| typedef vcl_complex<float> vnl_numeric_traits< vcl_complex< float > >::real_t |
Name of type which results from multiplying this type with a double.
Definition at line 419 of file vnl_numeric_traits.h.
const vcl_complex< float > vnl_numeric_traits< vcl_complex< float > >::zero [static] |
const vcl_complex< float > vnl_numeric_traits< vcl_complex< float > >::one [static] |
1.5.1