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

Sum of 2 matrix expressions. More...

#include <expr.hpp>

Inheritance diagram for ngbla::SumExpr< TA, TB >:
ngbla::Expr< SumExpr< 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

 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

Detailed Description

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

Sum of 2 matrix expressions.


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