NGSolve  4.9
Public Types | Public Member Functions
ngbla::SubMatrixExpr< TA > Class Template Reference

RowsArray. More...

#include <expr.hpp>

Inheritance diagram for ngbla::SubMatrixExpr< TA >:
ngbla::MatExpr< SubMatrixExpr< TA > > ngbla::Expr< SubMatrixExpr< TA > >

List of all members.

Public Types

enum  { IS_LINEAR = 0 }
typedef TA::TELEM TELEM
typedef TA::TSCAL TSCAL

Public Member Functions

 SubMatrixExpr (TA &aa, int fr, int fc, int ah, int aw)
int Height () const
 height
int Width () const
TELEM & operator() (int i, int j)
TELEM & operator() (int i)
const TELEM & operator() (int i, int j) const
const TELEM & operator() (int i) const
template<typename TB >
const SubMatrixExproperator= (const Expr< TB > &m)

Detailed Description

template<class TA>
class ngbla::SubMatrixExpr< TA >

RowsArray.


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