LifeV
ExpressionInverse.hpp File Reference

File where the structures for the element-wise multiplication between expressions are defined. More...

+ Include dependency graph for ExpressionInverse.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ExpressionInverse< ExpressionType >
 class ExpressionEmult Class for representing the transpose operation of an expression More...
 

Namespaces

 LifeV
 Default Physical Solver.
 
 LifeV::ExpressionAssembly
 

Functions

template<typename ExpressionType >
ExpressionInverse< ExpressionType > inv (const ExpressionBase< ExpressionType > &expr)
 
template<UInt Dim1, UInt Dim2>
ExpressionInverse< ExpressionMatrix< Dim1, Dim2 > > inv (const MatrixSmall< Dim1, Dim2 > &m)
 

Detailed Description

File where the structures for the element-wise multiplication between expressions are defined.

Author
Samuel Quinodoz samue.nosp@m.l.qu.nosp@m.inodo.nosp@m.z@ep.nosp@m.fl.ch
Date
08-2012

Definition in file ExpressionInverse.hpp.