LifeV
|
class ExpressionVector Class representing a constant matrix value in an expression More...
#include <ExpressionMatrix.hpp>
Private Attributes | |
MatrixSmall< MatrixDim1, MatrixDim2 > | M_value |
Public Types | |
typedef ExpressionBase< ExpressionMatrix< MatrixDim1, MatrixDim2 > > | base_Type |
Constructors & Destructor | |
ExpressionMatrix (const MatrixSmall< MatrixDim1, MatrixDim2 > &myValue) | |
Constructor using the vector of values. More... | |
ExpressionMatrix (const ExpressionMatrix< MatrixDim1, MatrixDim2 > &expr) | |
Copy constructor. More... | |
~ExpressionMatrix () | |
Destructor. More... | |
Methods | |
static void | display (std::ostream &out=std::cout) |
Display method. More... | |
Get Methods | |
const MatrixSmall< MatrixDim1, MatrixDim2 > & | value () const |
Getter for the vector of values. More... | |
Private Methods | |
ExpressionMatrix () | |
Additional Inherited Members | |
Public Types inherited from ExpressionBase< ExpressionMatrix< MatrixDim1, MatrixDim2 > > | |
typedef ExpressionMatrix< MatrixDim1, MatrixDim2 > | derived_Type |
Public Member Functions inherited from ExpressionBase< ExpressionMatrix< MatrixDim1, MatrixDim2 > > | |
ExpressionBase () | |
Empty and only constructor. More... | |
virtual | ~ExpressionBase () |
Destructor. More... | |
const derived_Type & | cast () const |
Method to cast away the type and get the real (DerivedType) object. More... | |
class ExpressionVector Class representing a constant matrix value in an expression
Template parameters
MatrixDim1, MatrixDim2: The dimensions (size) of the matrix to be represented.
Definition at line 63 of file ExpressionMatrix.hpp.
typedef ExpressionBase<ExpressionMatrix<MatrixDim1, MatrixDim2> > base_Type |
Definition at line 70 of file ExpressionMatrix.hpp.
|
inline |
Constructor using the vector of values.
Definition at line 79 of file ExpressionMatrix.hpp.
|
inline |
Copy constructor.
Definition at line 83 of file ExpressionMatrix.hpp.
|
inline |
Destructor.
Definition at line 87 of file ExpressionMatrix.hpp.
|
private |
|
inlinestatic |
Display method.
Definition at line 96 of file ExpressionMatrix.hpp.
|
inline |
Getter for the vector of values.
Definition at line 108 of file ExpressionMatrix.hpp.
|
private |
Definition at line 123 of file ExpressionMatrix.hpp.