Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <TypeTraits.hpp>
Public Types | |
typedef T | ValueType |
typedef T | RealType |
typedef const T & | ConstReference |
typedef ScalarTraits< T > | SelfType |
Static Public Member Functions | |
static RealType | real (ConstReference t) |
static RealType | imag (ConstReference) |
static RealType | 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::ScalarTraits< T >::ValueType |
typedef T CDPL::Math::ScalarTraits< T >::RealType |
typedef const T& CDPL::Math::ScalarTraits< T >::ConstReference |
typedef ScalarTraits<T> CDPL::Math::ScalarTraits< T >::SelfType |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |