In file matrix.hpp:

template<int H> class Id

Identity Matrix of fixed size

Documentation

Identity Matrix of fixed size

Inheritance:


Public Methods

[more] Id()
do not initialize
[more]const TELEM& operator() (int i) const
[more]const TELEM& operator() (int i, int j) const
[more]int Height() const
the height
[more]int Width() const
the width


Inherited from MatExpr:


Inherited from Expr:

o Id()
do not initialize

oconst TELEM& operator() (int i) const

oconst TELEM& operator() (int i, int j) const

oint Height() const
the height

oint 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++.