![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Functor returning the index of the vector element with the largest L∞ norm. More...
#include <Functional.hpp>
Inheritance diagram for CDPL::Math::VectorNormInfinityIndex< V >:Public Types | |
| typedef VectorScalarIndexUnaryFunctor< V >::ValueType | ValueType |
| typedef VectorScalarIndexUnaryFunctor< V >::RealType | RealType |
| typedef VectorScalarIndexUnaryFunctor< V >::ResultType | ResultType |
Public Types inherited from CDPL::Math::VectorScalarIndexUnaryFunctor< V > | |
| 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 V::SizeType | ResultType |
| The result type (the vector's size type, used for element indices). More... | |
Static Public Member Functions | |
| static ResultType | apply (const VectorExpression< V > &e) |
| Returns the index of the element of e with the largest L∞ norm. More... | |
Functor returning the index of the vector element with the largest L∞ norm.
| V | The vector expression type. |
| typedef VectorScalarIndexUnaryFunctor<V>::ValueType CDPL::Math::VectorNormInfinityIndex< V >::ValueType |
| typedef VectorScalarIndexUnaryFunctor<V>::RealType CDPL::Math::VectorNormInfinityIndex< V >::RealType |
| typedef VectorScalarIndexUnaryFunctor<V>::ResultType CDPL::Math::VectorNormInfinityIndex< V >::ResultType |
|
inlinestatic |
Returns the index of the element of e with the largest L∞ norm.
| e | The vector expression. |