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