|
casacore
|
A specialisation for T=DComplex of the NumericTraits class. More...
#include <NumericTraits2.h>
Public Types | |
| typedef Double | ConjugateType |
| typedef DComplex | PrecisionType |
| typedef DComplex | value_type |
| Template argument. | |
| typedef Char | BaseType |
| Numeric type. | |
Static Public Member Functions | |
| static uInt | size () |
| Number of relevant numeric values. | |
| static void | setImag (DComplex &, const BaseType &) |
| Set the imaginary part of a complex value only (a NOP for reals). | |
| static BaseType | getValue (const DComplex &, const uInt) |
| Get the nsize()-th numeric value. | |
| static void | setValue (DComplex &, const BaseType &, const uInt) |
| Set the nsize()-th numeric value. | |
Static Public Attributes | |
| static const Double & | epsilon |
| static const Double & | minimum |
| static const Double & | maximum |
A specialisation for T=DComplex of the NumericTraits class.
Internal
This file contains specialisations of the templated NumericTraits class. See the description in NumericTraits.h
for a summary of the purpose and usage of this class and its specialisations.
Definition at line 83 of file NumericTraits2.h.
| typedef Char casacore::NumericTraits< DComplex >::BaseType |
Numeric type.
Definition at line 226 of file NumericTraits.h.
| typedef Double casacore::NumericTraits< DComplex >::ConjugateType |
Definition at line 85 of file NumericTraits2.h.
| typedef DComplex casacore::NumericTraits< DComplex >::PrecisionType |
Definition at line 86 of file NumericTraits2.h.
| typedef DComplex casacore::NumericTraits< DComplex >::value_type |
Template argument.
Definition at line 224 of file NumericTraits.h.
|
inlinestatic |
Get the nsize()-th numeric value.
Definition at line 242 of file NumericTraits.h.
|
inlinestatic |
Set the imaginary part of a complex value only (a NOP for reals).
Definition at line 240 of file NumericTraits.h.
|
inlinestatic |
Set the nsize()-th numeric value.
Definition at line 244 of file NumericTraits.h.
|
inlinestatic |
Number of relevant numeric values.
Definition at line 238 of file NumericTraits.h.
|
static |
Definition at line 87 of file NumericTraits2.h.
|
static |
Definition at line 89 of file NumericTraits2.h.
|
static |
Definition at line 88 of file NumericTraits2.h.