NGSolve
4.9
|
Matrix-expr minus Matrix-expr. More...
#include <expr.hpp>
Public Types | |
enum | { IS_LINEAR = TA::IS_LINEAR && TB::IS_LINEAR } |
typedef mat_sum_type< typename TA::TELEM, typename TB::TELEM > ::TMAT | TELEM |
Public Member Functions | |
SubExpr (const TA &aa, const TB &ab) | |
TELEM | operator() (int i) const |
TELEM | operator() (int i, int j) const |
int | Height () const |
height | |
int | Width () const |
Matrix-expr minus Matrix-expr.