|
NGSolve
4.9
|
The base class for matrices. More...
#include <expr.hpp>
Public Member Functions | |
| template<typename TB > | |
| const T & | operator= (const Expr< TB > &v) const |
| template<typename TB > | |
| const T & | operator+= (const Expr< TB > &v) const |
| template<typename TB > | |
| const T & | operator+= (const Expr< SymExpr< TB > > &v) const |
| template<typename TB > | |
| const T & | operator-= (const Expr< TB > &v) const |
| template<class SCAL2 > | |
| const T & | operator*= (const SCAL2 &s) const |
| template<class SCAL2 > | |
| const T & | operator/= (const SCAL2 &s) const |
| SubMatrixExpr< T > | Rows (int first, int next) const |
| SubMatrixExpr< T > | Cols (int first, int next) const |
| SubMatrixExpr< T > | Rows (IntRange range) const |
| SubMatrixExpr< T > | Cols (IntRange range) const |
| RowsArrayExpr< T > | Rows (FlatArray< int > rows) const |
| ColsArrayExpr< T > | Cols (FlatArray< int > cols) const |
The base class for matrices.
Constant-Means-Constat-Pointer matrix-values may be chaneged by const methods
1.7.6.1