LifeV
ExpressionNormalize< ExpressionType > Class Template Reference

class ExpressionEmult Class for representing the transpose operation of an expression More...

#include <ExpressionNormalize.hpp>

+ Inheritance diagram for ExpressionNormalize< ExpressionType >:
+ Collaboration diagram for ExpressionNormalize< ExpressionType >:

Private Attributes

ExpressionType M_expr
 

Public Types

typedef ExpressionBase< ExpressionNormalize< ExpressionType > > base_Type
 

Constructors & Destructor

 ExpressionNormalize (const ExpressionType &expr)
 Full constructor. More...
 
 ExpressionNormalize (const ExpressionNormalize< ExpressionType > &expression)
 Copy constructor. More...
 
 ~ExpressionNormalize ()
 Destructor. More...
 

Methods

static void display (std::ostream &out=std::cout)
 Display method. More...
 

Get Methods

const ExpressionType & exprEx () const
 Getter for the expression that we transpose. More...
 

Private Methods

 ExpressionNormalize ()
 No default constructor. More...
 

Additional Inherited Members

- Public Types inherited from ExpressionBase< ExpressionNormalize< ExpressionType > >
typedef ExpressionNormalize< ExpressionType > derived_Type
 
- Public Member Functions inherited from ExpressionBase< ExpressionNormalize< ExpressionType > >
 ExpressionBase ()
 Empty and only constructor. More...
 
virtual ~ExpressionBase ()
 Destructor. More...
 
const derived_Typecast () const
 Method to cast away the type and get the real (DerivedType) object. More...
 

Detailed Description

template<typename ExpressionType>
class LifeV::ExpressionAssembly::ExpressionNormalize< ExpressionType >

class ExpressionEmult Class for representing the transpose operation of an expression

Author
Samuel Quinodoz samue.nosp@m.l.qu.nosp@m.inodo.nosp@m.z@ep.nosp@m.fl.ch

This class represents the transpose operation in the expression tree.

Template parameters

ExpressionType: The expression to be transposed.

Template requirements

ExpressionType: Copiable, static display method

Definition at line 66 of file ExpressionNormalize.hpp.

Member Typedef Documentation

◆ base_Type

typedef ExpressionBase< ExpressionNormalize <ExpressionType> > base_Type

Definition at line 74 of file ExpressionNormalize.hpp.

Constructor & Destructor Documentation

◆ ExpressionNormalize() [1/3]

ExpressionNormalize ( const ExpressionType &  expr)
inline

Full constructor.

Definition at line 83 of file ExpressionNormalize.hpp.

◆ ExpressionNormalize() [2/3]

ExpressionNormalize ( const ExpressionNormalize< ExpressionType > &  expression)
inline

Copy constructor.

Definition at line 87 of file ExpressionNormalize.hpp.

◆ ~ExpressionNormalize()

~ExpressionNormalize ( )
inline

Destructor.

Definition at line 91 of file ExpressionNormalize.hpp.

◆ ExpressionNormalize() [3/3]

ExpressionNormalize ( )
private

No default constructor.

Member Function Documentation

◆ display()

static void display ( std::ostream &  out = std::cout)
inlinestatic

Display method.

Definition at line 100 of file ExpressionNormalize.hpp.

◆ exprEx()

const ExpressionType& exprEx ( ) const
inline

Getter for the expression that we transpose.

Definition at line 113 of file ExpressionNormalize.hpp.

Field Documentation

◆ M_expr

ExpressionType M_expr
private

Definition at line 132 of file ExpressionNormalize.hpp.


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