![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Traits selecting the expression-template node and its result type for the Math::MatrixBinary2 instantiation <E1, E2, F>. More...
#include <MatrixExpression.hpp>
Public Types | |
| typedef MatrixBinary2< E1, E2, F > | ExpressionType |
| The expression-template node type. More... | |
| typedef ExpressionType | ResultType |
| The expression-template result type returned by free-function operators. More... | |
Traits selecting the expression-template node and its result type for the Math::MatrixBinary2 instantiation <E1, E2, F>.
| E1 | The first matrix expression type. |
| E2 | The second matrix expression type. |
| F | The binary functor type. |
| typedef MatrixBinary2<E1, E2, F> CDPL::Math::MatrixBinary2Traits< E1, E2, F >::ExpressionType |
The expression-template node type.
| typedef ExpressionType CDPL::Math::MatrixBinary2Traits< E1, E2, F >::ResultType |
The expression-template result type returned by free-function operators.