![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Base class for binary functors that take two matrix expressions and return a matrix-element scalar result (Math::MatrixProduct). More...
#include <Functional.hpp>
Inheritance diagram for CDPL::Math::MatrixBinaryFunctor< M1, M2 >:Public Types | |
| typedef CommonType< typename M1::ValueType, typename M2::ValueType >::Type | ValueType |
| The element value type (common type of the two matrix element types). More... | |
| typedef CommonType< typename M1::SizeType, typename M2::SizeType >::Type | SizeType |
| The unsigned size type (common type of the two matrix size types). More... | |
| typedef ValueType | ResultType |
| The scalar result type (alias for ValueType). More... | |
Base class for binary functors that take two matrix expressions and return a matrix-element scalar result (Math::MatrixProduct).
| M1 | The first matrix expression type. |
| M2 | The second matrix expression type. |
| typedef CommonType<typename M1::ValueType, typename M2::ValueType>::Type CDPL::Math::MatrixBinaryFunctor< M1, M2 >::ValueType |
The element value type (common type of the two matrix element types).
| typedef CommonType<typename M1::SizeType, typename M2::SizeType>::Type CDPL::Math::MatrixBinaryFunctor< M1, M2 >::SizeType |
The unsigned size type (common type of the two matrix size types).
| typedef ValueType CDPL::Math::MatrixBinaryFunctor< M1, M2 >::ResultType |
The scalar result type (alias for ValueType).