NGSolve
4.9
|
RowsArray. More...
#include <expr.hpp>
Public Types | |
enum | { IS_LINEAR = 0 } |
typedef TA::TELEM | TELEM |
typedef TA::TSCAL | TSCAL |
Public Member Functions | |
SubMatrixExpr (TA &aa, int fr, int fc, int ah, int aw) | |
int | Height () const |
height | |
int | Width () const |
TELEM & | operator() (int i, int j) |
TELEM & | operator() (int i) |
const TELEM & | operator() (int i, int j) const |
const TELEM & | operator() (int i) const |
template<typename TB > | |
const SubMatrixExpr & | operator= (const Expr< TB > &m) |
RowsArray.