#include <RectMatrix.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) |
Access rows of a rectangular matrix.
Definition at line 54 of file RectMatrix.h.
| RectMatrixRow::RectMatrixRow | ( | const Matrix & | M, |
| int | row, | ||
| int | skip, | ||
| int | length | ||
| ) | [inline] |
Definition at line 104 of file RectMatrix.h.
| RectMatrixRow::RectMatrixRow | ( | const Matrix & | M, |
| int | row | ||
| ) | [inline] |
Definition at line 107 of file RectMatrix.h.
| void RectMatrixRow::Down | ( | ) | [inline] |
Definition at line 62 of file RectMatrix.h.
| void RectMatrixRow::Left | ( | ) | [inline] |
Definition at line 65 of file RectMatrix.h.
| Real& RectMatrixRow::operator[] | ( | int | i | ) | [inline] |
Reimplemented from RectMatrixRowCol.
Definition at line 61 of file RectMatrix.h.
| void RectMatrixRow::Reset | ( | const Matrix & | M, |
| int | row, | ||
| int | skip, | ||
| int | length | ||
| ) |
Definition at line 115 of file NewMatExhaustive.cpp.
| void RectMatrixRow::Reset | ( | const Matrix & | M, |
| int | row | ||
| ) |
Definition at line 122 of file NewMatExhaustive.cpp.
| void RectMatrixRow::Right | ( | ) | [inline] |
Definition at line 63 of file RectMatrix.h.
| void RectMatrixRow::Up | ( | ) | [inline] |
Definition at line 64 of file RectMatrix.h.