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

#include <Functional.hpp>

+ Inheritance diagram for CDPL::Math::VectorCrossProduct< V1, V2 >:

Public Types

typedef VectorScalarBinaryFunctor< V1, V2 >::ResultType ResultType
 
- Public Types inherited from CDPL::Math::VectorBinaryFunctor< V1, V2 >
typedef CommonType< typename V1::ValueType, typename V2::ValueType >::Type ResultType
 

Static Public Member Functions

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

Member Typedef Documentation

◆ ResultType

template<typename V1 , typename V2 >
typedef VectorScalarBinaryFunctor<V1, V2>::ResultType CDPL::Math::VectorCrossProduct< V1, V2 >::ResultType

Member Function Documentation

◆ apply()

template<typename V1 , typename V2 >
template<typename E1 , typename E2 , typename SizeType >
static ResultType CDPL::Math::VectorCrossProduct< V1, V2 >::apply ( const VectorExpression< E1 > &  e1,
const VectorExpression< E2 > &  e2,
SizeType  i 
)
inlinestatic

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