Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <Functional.hpp>
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 MatrixExpression< E1 > &e1, const VectorExpression< E2 > &e2, SizeType i) |
typedef MatrixVectorBinaryFunctor<M, V>::ValueType CDPL::Math::MatrixVectorProduct< M, V >::ValueType |
typedef MatrixVectorBinaryFunctor<M, V>::SizeType CDPL::Math::MatrixVectorProduct< M, V >::SizeType |
typedef MatrixVectorBinaryFunctor<M, V>::ResultType CDPL::Math::MatrixVectorProduct< M, V >::ResultType |
|
inlinestatic |