#include <RectMatrix.h>
Public Member Functions | |
void | DownDiag () |
Real & | operator[] (int i) |
RectMatrixDiag (const DiagonalMatrix &D) | |
void | UpDiag () |
Access diagonal of a rectangular matrix.
Definition at line 89 of file RectMatrix.h.
RectMatrixDiag::RectMatrixDiag | ( | const DiagonalMatrix & | D | ) | [inline] |
Definition at line 92 of file RectMatrix.h.
void RectMatrixDiag::DownDiag | ( | ) | [inline] |
Reimplemented from RectMatrixRowCol.
Definition at line 95 of file RectMatrix.h.
Real& RectMatrixDiag::operator[] | ( | int | i | ) | [inline] |
Reimplemented from RectMatrixRowCol.
Definition at line 94 of file RectMatrix.h.
void RectMatrixDiag::UpDiag | ( | ) | [inline] |
Reimplemented from RectMatrixRowCol.
Definition at line 96 of file RectMatrix.h.