|
MOOS 0.2375
|
#include <newmatrm.h>


Public Member Functions | |
| RectMatrixDiag (const DiagonalMatrix &D) | |
| Real & | operator[] (int i) |
| void | DownDiag () |
| void | UpDiag () |
Definition at line 79 of file newmatrm.h.
| RectMatrixDiag::RectMatrixDiag | ( | const DiagonalMatrix & | D | ) | [inline] |
Definition at line 82 of file newmatrm.h.
| void RectMatrixDiag::DownDiag | ( | ) | [inline] |
Reimplemented from RectMatrixRowCol.
Definition at line 85 of file newmatrm.h.
| Real& RectMatrixDiag::operator[] | ( | int | i | ) | [inline] |
Reimplemented from RectMatrixRowCol.
Definition at line 84 of file newmatrm.h.
| void RectMatrixDiag::UpDiag | ( | ) | [inline] |
Reimplemented from RectMatrixRowCol.
Definition at line 86 of file newmatrm.h.
1.7.4