Chemical Data Processing Library C++ API - Version 1.1.1
Public Types | Static Public Member Functions | List of all members
CDPL::Math::VectorMatrixProduct< V, M > Struct Template Reference

#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)
 

Member Typedef Documentation

◆ ValueType

template<typename V , typename M >
typedef MatrixVectorBinaryFunctor<M, V>::ValueType CDPL::Math::VectorMatrixProduct< V, M >::ValueType

◆ SizeType

template<typename V , typename M >
typedef MatrixVectorBinaryFunctor<M, V>::SizeType CDPL::Math::VectorMatrixProduct< V, M >::SizeType

◆ ResultType

template<typename V , typename M >
typedef MatrixVectorBinaryFunctor<M, V>::ResultType CDPL::Math::VectorMatrixProduct< V, M >::ResultType

Member Function Documentation

◆ apply()

template<typename V , typename M >
template<typename E1 , typename E2 >
static ResultType CDPL::Math::VectorMatrixProduct< V, M >::apply ( const VectorExpression< E1 > &  e1,
const MatrixExpression< E2 > &  e2,
SizeType  i 
)
inlinestatic

The documentation for this struct was generated from the following file: