#include <newmatrm.h>
Public Member Functions | |
void | DownDiag () |
Real & | operator[] (int i) |
RectMatrixDiag (const DiagonalMatrix &D) | |
void | UpDiag () |
Public Member Functions inherited from RectMatrixRowCol | |
void | DownDiag () |
Real & | First () |
Real & | operator[] (int i) |
void | UpDiag () |
Real | operator* (const RectMatrixRowCol &) const |
void | AddScaled (const RectMatrixRowCol &, Real) |
void | Divide (const RectMatrixRowCol &, Real) |
void | Divide (Real) |
void | Negate () |
void | Zero () |
Real | SumSquare () const |
Additional Inherited Members | |
Protected Member Functions inherited from RectMatrixRowCol | |
RectMatrixRowCol (Real *st, int nx, int sp, int sh) | |
void | Reset (Real *st, int nx, int sp, int sh) |
Protected Attributes inherited from RectMatrixRowCol | |
int | n |
int | shift |
int | spacing |
Real * | store |
Access diagonal of a rectangular matrix.
Definition at line 89 of file newmatrm.h.
|
inline |
Definition at line 92 of file newmatrm.h.
|
inline |
Definition at line 95 of file newmatrm.h.
|
inline |
Definition at line 94 of file newmatrm.h.
|
inline |
Definition at line 96 of file newmatrm.h.