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

#include <Functional.hpp>

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

Public Types

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

Static Public Member Functions

static ResultType apply (const MatrixExpression< M1 > &e1, const MatrixExpression< M2 > &e2)
 

Member Typedef Documentation

◆ SizeType

template<typename M1 , typename M2 >
typedef MatrixBooleanBinaryFunctor<M1, M2>::SizeType CDPL::Math::MatrixEquality< M1, M2 >::SizeType

◆ ValueType

template<typename M1 , typename M2 >
typedef MatrixBooleanBinaryFunctor<M1, M2>::ValueType CDPL::Math::MatrixEquality< M1, M2 >::ValueType

◆ ResultType

template<typename M1 , typename M2 >
typedef MatrixBooleanBinaryFunctor<M1, M2>::ResultType CDPL::Math::MatrixEquality< M1, M2 >::ResultType

Member Function Documentation

◆ apply()

template<typename M1 , typename M2 >
static ResultType CDPL::Math::MatrixEquality< M1, M2 >::apply ( const MatrixExpression< M1 > &  e1,
const MatrixExpression< M2 > &  e2 
)
inlinestatic

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