|
MOOS 0.2375
|
#include <newmatrm.h>


Public Member Functions | |
| RectMatrixRow (const Matrix &, int, int, int) | |
| RectMatrixRow (const Matrix &, int) | |
| void | Reset (const Matrix &, int, int, int) |
| void | Reset (const Matrix &, int) |
| Real & | operator[] (int i) |
| void | Down () |
| void | Right () |
| void | Up () |
| void | Left () |
Definition at line 48 of file newmatrm.h.
| RectMatrixRow::RectMatrixRow | ( | const Matrix & | M, |
| int | row, | ||
| int | skip, | ||
| int | length | ||
| ) | [inline] |
Definition at line 92 of file newmatrm.h.
| RectMatrixRow::RectMatrixRow | ( | const Matrix & | M, |
| int | row | ||
| ) | [inline] |
Definition at line 95 of file newmatrm.h.
| void RectMatrixRow::Down | ( | ) | [inline] |
Definition at line 56 of file newmatrm.h.
| void RectMatrixRow::Left | ( | ) | [inline] |
Definition at line 59 of file newmatrm.h.
| Real& RectMatrixRow::operator[] | ( | int | i | ) | [inline] |
Reimplemented from RectMatrixRowCol.
Definition at line 55 of file newmatrm.h.
| void RectMatrixRow::Reset | ( | const Matrix & | M, |
| int | row | ||
| ) |
Definition at line 31 of file newmatrm.cpp.
| void RectMatrixRow::Reset | ( | const Matrix & | M, |
| int | row, | ||
| int | skip, | ||
| int | length | ||
| ) |
Definition at line 24 of file newmatrm.cpp.
| void RectMatrixRow::Right | ( | ) | [inline] |
Definition at line 57 of file newmatrm.h.
| void RectMatrixRow::Up | ( | ) | [inline] |
Definition at line 58 of file newmatrm.h.
1.7.4