ug4
ug::TE_AMV_X< A > Class Template Reference

#include <template_expressions.h>

Public Member Functions

const A & cast () const
 cast this class down to original class A. More...
 
const TRANSPOSED< TE_AMV_X< A > > T () const
 

Detailed Description

template<class A>
class ug::TE_AMV_X< A >

class TE_AMV_X: class for template Expressions. this is the CRTP base class for all expressions with alpha Mat Vec + alpha Mat Vec used in this file.

Member Function Documentation

◆ cast()

template<class A >
const A& ug::TE_AMV_X< A >::cast ( ) const
inline

cast this class down to original class A.

Referenced by ug::operator+(), ug::operator-(), and ug::VectorAssign().

◆ T()

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

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