![]() |
Chemical Data Processing Library C++ API - Version 1.2.3
|
#include <Functional.hpp>
Inheritance diagram for CDPL::Math::VectorMatrixProduct< V, M >:Public Types | |
| typedef MatrixVectorBinaryFunctor< M, V >::ValueType | ValueType |
| typedef MatrixVectorBinaryFunctor< M, V >::SizeType | SizeType |
| typedef MatrixVectorBinaryFunctor< M, V >::ResultType | ResultType |
Public Types inherited from CDPL::Math::MatrixVectorBinaryFunctor< M, V > | |
| typedef CommonType< typename M::ValueType, typename V::ValueType >::Type | ValueType |
| typedef CommonType< typename M::SizeType, typename V::SizeType >::Type | SizeType |
| typedef ValueType | ResultType |
Static Public Member Functions | |
| template<typename E1 , typename E2 > | |
| static ResultType | apply (const VectorExpression< E1 > &e1, const MatrixExpression< E2 > &e2, SizeType i) |
| typedef MatrixVectorBinaryFunctor<M, V>::ValueType CDPL::Math::VectorMatrixProduct< V, M >::ValueType |
| typedef MatrixVectorBinaryFunctor<M, V>::SizeType CDPL::Math::VectorMatrixProduct< V, M >::SizeType |
| typedef MatrixVectorBinaryFunctor<M, V>::ResultType CDPL::Math::VectorMatrixProduct< V, M >::ResultType |
|
inlinestatic |