![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Base class for unary functors that take a matrix expression and return a real-valued scalar (Math::MatrixNorm1, Math::MatrixNormFrobenius, Math::MatrixNormInfinity). More...
#include <Functional.hpp>
Inheritance diagram for CDPL::Math::MatrixScalarRealUnaryFunctor< M >:Public Types | |
| typedef M::ValueType | ValueType |
| The matrix'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 matrix expression and return a real-valued scalar (Math::MatrixNorm1, Math::MatrixNormFrobenius, Math::MatrixNormInfinity).
| M | The matrix expression type. |
| typedef M::ValueType CDPL::Math::MatrixScalarRealUnaryFunctor< M >::ValueType |
The matrix's element value type.
| typedef TypeTraits<ValueType>::RealType CDPL::Math::MatrixScalarRealUnaryFunctor< M >::RealType |
The real-valued type derived from ValueType via Math::TypeTraits.
| typedef RealType CDPL::Math::MatrixScalarRealUnaryFunctor< M >::ResultType |
The real-valued result type.