![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Base class for unary functors that take a vector and return a real-valued scalar (Math::VectorNorm1, Math::VectorNorm2, Math::VectorNormInfinity). More...
#include <Functional.hpp>
Inheritance diagram for CDPL::Math::VectorScalarRealUnaryFunctor< V >:Public Types | |
| typedef V::ValueType | ValueType |
| The vector's element value type. More... | |
| typedef TypeTraits< ValueType >::RealType | RealType |
| The real-valued type derived from ValueType via Math::TypeTraits. More... | |
| typedef RealType | ResultType |
| The real-valued result type. More... | |
Base class for unary functors that take a vector and return a real-valued scalar (Math::VectorNorm1, Math::VectorNorm2, Math::VectorNormInfinity).
| V | The vector expression type. |
| typedef V::ValueType CDPL::Math::VectorScalarRealUnaryFunctor< V >::ValueType |
The vector's element value type.
| typedef TypeTraits<ValueType>::RealType CDPL::Math::VectorScalarRealUnaryFunctor< V >::RealType |
The real-valued type derived from ValueType via Math::TypeTraits.
| typedef RealType CDPL::Math::VectorScalarRealUnaryFunctor< V >::ResultType |
The real-valued result type.