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

#include <Functional.hpp>

+ Inheritance diagram for CDPL::Math::MatrixVectorProduct< M, V >:

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)
 

Member Typedef Documentation

◆ ValueType

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

◆ SizeType

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

◆ ResultType

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

Member Function Documentation

◆ apply()

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

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