![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Base class for unary functors that take a matrix expression and return a scalar result (Math::MatrixElementSum, Math::MatrixTrace). More...
#include <Functional.hpp>
Inheritance diagram for CDPL::Math::MatrixScalarUnaryFunctor< M >:Public Types | |
| typedef M::ValueType | ResultType |
| The scalar result type (the matrix's element value type). More... | |
Base class for unary functors that take a matrix expression and return a scalar result (Math::MatrixElementSum, Math::MatrixTrace).
| M | The matrix expression type. |
| typedef M::ValueType CDPL::Math::MatrixScalarUnaryFunctor< M >::ResultType |
The scalar result type (the matrix's element value type).