NGSolve  4.9
Public Types | Public Member Functions
ngbla::Id< H > Class Template Reference

Identity Matrix of fixed size. More...

#include <matrix.hpp>

Inheritance diagram for ngbla::Id< H >:
ngbla::MatExpr< Id< H > > ngbla::Expr< Id< H > >

List of all members.

Public Types

enum  { HEIGHT = H }
enum  { WIDTH = H }
enum  { IS_LINEAR = 0 }
typedef double TELEM
typedef double TSCAL
typedef Vec< H, double > TV_COL
typedef Vec< H, double > TV_ROW

Public Member Functions

 Id ()
 do not initialize
double operator() (int i) const
double operator() (int i, int j) const
int Height () const
 the height
int Width () const
 the width

Detailed Description

template<int H>
class ngbla::Id< H >

Identity Matrix of fixed size.


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