|
MOOS 0.2375
|
#include <newmatrm.h>


Public Member Functions | |
| RectMatrixCol (const Matrix &, int, int, int) | |
| RectMatrixCol (const Matrix &, int) | |
| void | Reset (const Matrix &, int, int, int) |
| void | Reset (const Matrix &, int) |
| void | Down () |
| void | Right () |
| void | Up () |
| void | Left () |
Friends | |
| void | ComplexScale (RectMatrixCol &, RectMatrixCol &, Real, Real) |
| void | Rotate (RectMatrixCol &, RectMatrixCol &, Real, Real) |
Definition at line 63 of file newmatrm.h.
| RectMatrixCol::RectMatrixCol | ( | const Matrix & | M, |
| int | skip, | ||
| int | col, | ||
| int | length | ||
| ) | [inline] |
Definition at line 99 of file newmatrm.h.
| RectMatrixCol::RectMatrixCol | ( | const Matrix & | M, |
| int | col | ||
| ) | [inline] |
Definition at line 102 of file newmatrm.h.
| void RectMatrixCol::Down | ( | ) | [inline] |
Definition at line 70 of file newmatrm.h.
| void RectMatrixCol::Left | ( | ) | [inline] |
Definition at line 73 of file newmatrm.h.
| void RectMatrixCol::Reset | ( | const Matrix & | M, |
| int | col | ||
| ) |
Definition at line 44 of file newmatrm.cpp.
| void RectMatrixCol::Reset | ( | const Matrix & | M, |
| int | skip, | ||
| int | col, | ||
| int | length | ||
| ) |
Definition at line 37 of file newmatrm.cpp.
| void RectMatrixCol::Right | ( | ) | [inline] |
Definition at line 71 of file newmatrm.h.
| void RectMatrixCol::Up | ( | ) | [inline] |
Definition at line 72 of file newmatrm.h.
| void ComplexScale | ( | RectMatrixCol & | , |
| RectMatrixCol & | , | ||
| Real | , | ||
| Real | |||
| ) | [friend] |
Reimplemented from RectMatrixRowCol.
| void Rotate | ( | RectMatrixCol & | , |
| RectMatrixCol & | , | ||
| Real | , | ||
| Real | |||
| ) | [friend] |
Reimplemented from RectMatrixRowCol.
1.7.4