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

#include <Functional.hpp>

+ Inheritance diagram for CDPL::Math::QuaternionProduct< Q1, Q2 >:

Public Types

typedef QuaternionBinaryFunctor< Q1, Q2 >::ResultType ResultType
 
- Public Types inherited from CDPL::Math::QuaternionBinaryFunctor< Q1, Q2 >
typedef CommonType< typename Q1::ValueType, typename Q2::ValueType >::Type ResultType
 

Static Public Member Functions

template<typename E1 , typename E2 >
static ResultType applyC1 (const QuaternionExpression< E1 > &e1, const QuaternionExpression< E2 > &e2)
 
template<typename E1 , typename E2 >
static ResultType applyC2 (const QuaternionExpression< E1 > &e1, const QuaternionExpression< E2 > &e2)
 
template<typename E1 , typename E2 >
static ResultType applyC3 (const QuaternionExpression< E1 > &e1, const QuaternionExpression< E2 > &e2)
 
template<typename E1 , typename E2 >
static ResultType applyC4 (const QuaternionExpression< E1 > &e1, const QuaternionExpression< E2 > &e2)
 

Member Typedef Documentation

◆ ResultType

template<typename Q1 , typename Q2 >
typedef QuaternionBinaryFunctor<Q1, Q2>::ResultType CDPL::Math::QuaternionProduct< Q1, Q2 >::ResultType

Member Function Documentation

◆ applyC1()

template<typename Q1 , typename Q2 >
template<typename E1 , typename E2 >
static ResultType CDPL::Math::QuaternionProduct< Q1, Q2 >::applyC1 ( const QuaternionExpression< E1 > &  e1,
const QuaternionExpression< E2 > &  e2 
)
inlinestatic

◆ applyC2()

template<typename Q1 , typename Q2 >
template<typename E1 , typename E2 >
static ResultType CDPL::Math::QuaternionProduct< Q1, Q2 >::applyC2 ( const QuaternionExpression< E1 > &  e1,
const QuaternionExpression< E2 > &  e2 
)
inlinestatic

◆ applyC3()

template<typename Q1 , typename Q2 >
template<typename E1 , typename E2 >
static ResultType CDPL::Math::QuaternionProduct< Q1, Q2 >::applyC3 ( const QuaternionExpression< E1 > &  e1,
const QuaternionExpression< E2 > &  e2 
)
inlinestatic

◆ applyC4()

template<typename Q1 , typename Q2 >
template<typename E1 , typename E2 >
static ResultType CDPL::Math::QuaternionProduct< Q1, Q2 >::applyC4 ( const QuaternionExpression< E1 > &  e1,
const QuaternionExpression< E2 > &  e2 
)
inlinestatic

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