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