NGSolve  4.9
Public Types | Public Member Functions
ngbla::SubExpr< TA, TB > Class Template Reference

Matrix-expr minus Matrix-expr. More...

#include <expr.hpp>

Inheritance diagram for ngbla::SubExpr< TA, TB >:
ngbla::Expr< SubExpr< TA, TB > >

List of all members.

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

Detailed Description

template<class TA, class TB>
class ngbla::SubExpr< TA, TB >

Matrix-expr minus Matrix-expr.


The documentation for this class was generated from the following file: