Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <Functional.hpp>
Public Types | |
typedef MatrixScalarRealUnaryFunctor< M >::ValueType | ValueType |
typedef MatrixScalarRealUnaryFunctor< M >::RealType | RealType |
typedef MatrixScalarRealUnaryFunctor< M >::ResultType | ResultType |
Public Types inherited from CDPL::Math::MatrixScalarRealUnaryFunctor< M > | |
typedef M::ValueType | ValueType |
typedef TypeTraits< ValueType >::RealType | RealType |
typedef RealType | ResultType |
Static Public Member Functions | |
static ResultType | apply (const MatrixExpression< M > &e) |
typedef MatrixScalarRealUnaryFunctor<M>::ValueType CDPL::Math::MatrixNormFrobenius< M >::ValueType |
typedef MatrixScalarRealUnaryFunctor<M>::RealType CDPL::Math::MatrixNormFrobenius< M >::RealType |
typedef MatrixScalarRealUnaryFunctor<M>::ResultType CDPL::Math::MatrixNormFrobenius< M >::ResultType |
|
inlinestatic |