![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Base class for binary functors that take a matrix expression and a vector expression and return a vector-element scalar result (Math::MatrixVectorProduct, Math::VectorMatrixProduct). More...
#include <Functional.hpp>
Inheritance diagram for CDPL::Math::MatrixVectorBinaryFunctor< M, V >:Public Types | |
| typedef CommonType< typename M::ValueType, typename V::ValueType >::Type | ValueType |
| The element value type (common type of the matrix and vector element types). More... | |
| typedef CommonType< typename M::SizeType, typename V::SizeType >::Type | SizeType |
| The unsigned size type (common type of the matrix and vector size types). More... | |
| typedef ValueType | ResultType |
| The scalar result type (alias for ValueType). More... | |
Base class for binary functors that take a matrix expression and a vector expression and return a vector-element scalar result (Math::MatrixVectorProduct, Math::VectorMatrixProduct).
| M | The matrix expression type. |
| V | The vector expression type. |
| typedef CommonType<typename M::ValueType, typename V::ValueType>::Type CDPL::Math::MatrixVectorBinaryFunctor< M, V >::ValueType |
The element value type (common type of the matrix and vector element types).
| typedef CommonType<typename M::SizeType, typename V::SizeType>::Type CDPL::Math::MatrixVectorBinaryFunctor< M, V >::SizeType |
The unsigned size type (common type of the matrix and vector size types).
| typedef ValueType CDPL::Math::MatrixVectorBinaryFunctor< M, V >::ResultType |
The scalar result type (alias for ValueType).