Chemical Data Processing Library C++ API - Version 1.4.0
Public Types | List of all members
CDPL::Math::MatrixScalarUnaryFunctor< M > Struct Template Reference

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...
 

Detailed Description

template<typename M>
struct CDPL::Math::MatrixScalarUnaryFunctor< M >

Base class for unary functors that take a matrix expression and return a scalar result (Math::MatrixElementSum, Math::MatrixTrace).

Template Parameters
MThe matrix expression type.

Member Typedef Documentation

◆ ResultType

template<typename M >
typedef M::ValueType CDPL::Math::MatrixScalarUnaryFunctor< M >::ResultType

The scalar result type (the matrix's element value type).


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