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

RowsArray. More...

#include <expr.hpp>

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

List of all members.

Public Types

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

Public Member Functions

 RowsArrayExpr (const TA &aa, FlatArray< int > arows)
int Height () const
 height
int Width () const
TREF operator() (int i, int j) const
TREF operator() (int i) const
template<typename TB >
const RowsArrayExproperator= (const Expr< TB > &m)
const RowsArrayExproperator= (const RowsArrayExpr &m)

Detailed Description

template<class TA>
class ngbla::RowsArrayExpr< TA >

RowsArray.


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