#include <vnl_numeric_traits.h>

Public Types | |
| typedef float | abs_t |
| Return value of abs(). More... | |
| typedef std::complex< vnl_numeric_traits< float >::double_t > | double_t |
| Name of a type twice as long as this one for accumulators and products. More... | |
| typedef std::complex< float > | real_t |
| Name of type which results from multiplying this type with a double. More... | |
Static Public Attributes | |
| static const std::complex< float > | zero |
| Additive identity. More... | |
| static const std::complex< float > | one |
| Multiplicative identity. More... | |
Definition at line 418 of file vnl_numeric_traits.h.
|
inherited |
Return value of abs().
Definition at line 410 of file vnl_numeric_traits.h.
|
inherited |
Name of a type twice as long as this one for accumulators and products.
Definition at line 412 of file vnl_numeric_traits.h.
|
inherited |
Name of type which results from multiplying this type with a double.
Definition at line 414 of file vnl_numeric_traits.h.
|
staticinherited |
Multiplicative identity.
Definition at line 405 of file vnl_numeric_traits.h.
|
staticinherited |
Additive identity.
Definition at line 403 of file vnl_numeric_traits.h.
1.8.15