ug4
ug::TRANSPOSED< A > Class Template Reference

this helper class is a transposed of class A More...

#include <template_expressions.h>

Public Member Functions

const A & T () const
 get untransposed original class A. More...
 
 TRANSPOSED (const A &a_)
 

Private Attributes

const A & a
 

Detailed Description

template<class A>
class ug::TRANSPOSED< A >

this helper class is a transposed of class A

only classes which inherit from TE_AMV_X, TE_MAT or TE_VEC (via class myClass : public TE_VEC<myClass> ) can use templateExpressions used in this file

Constructor & Destructor Documentation

◆ TRANSPOSED()

template<class A >
ug::TRANSPOSED< A >::TRANSPOSED ( const A &  a_)
inline

Member Function Documentation

◆ T()

template<class A >
const A& ug::TRANSPOSED< A >::T ( ) const
inline

get untransposed original class A.

References ug::TRANSPOSED< A >::a.

Member Data Documentation

◆ a

template<class A >
const A& ug::TRANSPOSED< A >::a
private

Referenced by ug::TRANSPOSED< A >::T().


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