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

Selects a concrete temporary matrix type compatible with the matrix expression M. More...

#include <TypeTraits.hpp>

+ Inheritance diagram for CDPL::Math::MatrixTemporaryTraits< M >:

Public Types

typedef M::MatrixTemporaryType Type
 The concrete temporary matrix type compatible with the matrix expression M. More...
 

Detailed Description

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

Selects a concrete temporary matrix type compatible with the matrix expression M.

Template Parameters
MThe matrix expression type.

Member Typedef Documentation

◆ Type

template<typename M >
typedef M::MatrixTemporaryType CDPL::Math::MatrixTemporaryTraits< M >::Type

The concrete temporary matrix type compatible with the matrix expression M.


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