|
NGSolve
4.9
|
Identity Matrix of fixed size. More...
#include <matrix.hpp>
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 | |
1.7.6.1