![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Functor returning the L∞ (maximum absolute row sum) norm of a matrix expression. More...
#include <Functional.hpp>
Inheritance diagram for CDPL::Math::MatrixNormInfinity< M >: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 |
| 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... | |
Static Public Member Functions | |
| static ResultType | apply (const MatrixExpression< M > &e) |
| Returns the L∞ norm of e. More... | |
Functor returning the L∞ (maximum absolute row sum) norm of a matrix expression.
| M | The matrix expression type. |
| typedef MatrixScalarRealUnaryFunctor<M>::ValueType CDPL::Math::MatrixNormInfinity< M >::ValueType |
| typedef MatrixScalarRealUnaryFunctor<M>::RealType CDPL::Math::MatrixNormInfinity< M >::RealType |
| typedef MatrixScalarRealUnaryFunctor<M>::ResultType CDPL::Math::MatrixNormInfinity< M >::ResultType |
|
inlinestatic |
Returns the L∞ norm of e.
| e | The matrix expression. |