NGSolve
4.9
|
Sum of 2 matrix expressions. 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 | |
SumExpr (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 |
void | Dump (ostream &ost) const |
Sum of 2 matrix expressions.