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

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