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

#include <Functional.hpp>

+ Inheritance diagram for CDPL::Math::MatrixProduct< M1, M2 >:

Public Types

typedef MatrixVectorBinaryFunctor< M1, M2 >::ValueType ValueType
 
typedef MatrixVectorBinaryFunctor< M1, M2 >::SizeType SizeType
 
typedef MatrixVectorBinaryFunctor< M1, M2 >::ResultType ResultType
 
- Public Types inherited from CDPL::Math::MatrixBinaryFunctor< M1, M2 >
typedef CommonType< typename M1::ValueType, typename M2::ValueType >::Type ValueType
 
typedef CommonType< typename M1::SizeType, typename M2::SizeType >::Type SizeType
 
typedef ValueType ResultType
 

Static Public Member Functions

template<typename E1 , typename E2 >
static ResultType apply (const MatrixExpression< E1 > &e1, const MatrixExpression< E2 > &e2, SizeType i, SizeType j)
 

Member Typedef Documentation

◆ ValueType

template<typename M1 , typename M2 >
typedef MatrixVectorBinaryFunctor<M1, M2>::ValueType CDPL::Math::MatrixProduct< M1, M2 >::ValueType

◆ SizeType

template<typename M1 , typename M2 >
typedef MatrixVectorBinaryFunctor<M1, M2>::SizeType CDPL::Math::MatrixProduct< M1, M2 >::SizeType

◆ ResultType

template<typename M1 , typename M2 >
typedef MatrixVectorBinaryFunctor<M1, M2>::ResultType CDPL::Math::MatrixProduct< M1, M2 >::ResultType

Member Function Documentation

◆ apply()

template<typename M1 , typename M2 >
template<typename E1 , typename E2 >
static ResultType CDPL::Math::MatrixProduct< M1, M2 >::apply ( const MatrixExpression< E1 > &  e1,
const MatrixExpression< E2 > &  e2,
SizeType  i,
SizeType  j 
)
inlinestatic

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