#include <newmatrm.h>

Public Member Functions | |
| void | Down () |
| void | Left () |
| Real & | operator[] (int i) |
| void | Right () |
| void | Up () |
| RectMatrixRow (const Matrix &, int, int, int) | |
| RectMatrixRow (const Matrix &, int) | |
| void | Reset (const Matrix &, int, int, int) |
| void | Reset (const Matrix &, int) |
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 rows of a rectangular matrix.
Definition at line 54 of file newmatrm.h.
|
inline |
Definition at line 104 of file newmatrm.h.
|
inline |
Definition at line 107 of file newmatrm.h.
|
inline |
Definition at line 62 of file newmatrm.h.
|
inline |
Definition at line 65 of file newmatrm.h.
|
inline |
Definition at line 61 of file newmatrm.h.
| void RectMatrixRow::Reset | ( | const Matrix & | M, |
| int | row, | ||
| int | skip, | ||
| int | length | ||
| ) |
Definition at line 28 of file newmatrm.cpp.
| void RectMatrixRow::Reset | ( | const Matrix & | M, |
| int | row | ||
| ) |
Definition at line 35 of file newmatrm.cpp.
|
inline |
Definition at line 63 of file newmatrm.h.
|
inline |
Definition at line 64 of file newmatrm.h.