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

Transpose of Matrix-expr. More...

#include <expr.hpp>

Inheritance diagram for ngbla::TransExpr< TA >:
ngbla::Expr< TransExpr< TA > >

List of all members.

Public Types

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

Public Member Functions

 TransExpr (const TA &aa)
int Height () const
 height
int Width () const
TELEM operator() (int i, int j) const
TELEM operator() (int i) const
const TA & A ()

Detailed Description

template<class TA>
class ngbla::TransExpr< TA >

Transpose of Matrix-expr.


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