LifeV
|
File where the structures for the element-wise multiplication between expressions are defined. More...
#include <lifev/core/LifeV.hpp>
#include <lifev/eta/expression/ExpressionBase.hpp>
#include <lifev/eta/expression/ExpressionMatrix.hpp>
Go to the source code of this file.
Data Structures | |
class | ExpressionMinusTransposed< ExpressionType > |
class ExpressionEmult Class for representing the transpose operation of an expression More... | |
Namespaces | |
LifeV | |
Default Physical Solver. | |
LifeV::ExpressionAssembly | |
Functions | |
template<typename ExpressionType > | |
ExpressionMinusTransposed< ExpressionType > | minusT (const ExpressionBase< ExpressionType > &expr) |
template<UInt Dim1, UInt Dim2> | |
ExpressionMinusTransposed< ExpressionMatrix< Dim1, Dim2 > > | minusT (const MatrixSmall< Dim1, Dim2 > &m) |
File where the structures for the element-wise multiplication between expressions are defined.
Definition in file ExpressionMinusTransposed.hpp.