Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <TypeTraits.hpp>
Public Types | |
typedef T | ValueType |
typedef T::value_type | RealType |
typedef const T & | ConstReference |
typedef ComplexTraits< T > | SelfType |
Static Public Member Functions | |
static RealType | real (ConstReference t) |
static RealType | imag (ConstReference t) |
static ValueType | conj (ConstReference t) |
static RealType | abs (ConstReference t) |
static ValueType | sqrt (ConstReference t) |
static RealType | norm1 (ConstReference t) |
static RealType | norm2 (ConstReference t) |
static RealType | normInf (ConstReference t) |
typedef T CDPL::Math::ComplexTraits< T >::ValueType |
typedef T::value_type CDPL::Math::ComplexTraits< T >::RealType |
typedef const T& CDPL::Math::ComplexTraits< T >::ConstReference |
typedef ComplexTraits<T> CDPL::Math::ComplexTraits< T >::SelfType |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |