In file matrix.hpp:template<int H> class Id
Identity Matrix of fixed size
Documentation
Identity Matrix of fixed size
Inheritance:
Public Methods
-
Id()
- do not initialize
-
const TELEM& operator() (int i) const
-
const TELEM& operator() (int i, int j) const
-
int Height() const
- the height
-
int Width() const
- the width
Inherited from MatExpr:
Inherited from Expr:
Id()
- do not initialize
const TELEM& operator() (int i) const
const TELEM& operator() (int i, int j) const
int Height() const
- the height
int Width() const
- the width
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.