#include <RectMatrix.h>
Public Member Functions | |
void | Down () |
void | Left () |
void | Right () |
void | Up () |
RectMatrixCol (const Matrix &, int, int, int) | |
RectMatrixCol (const Matrix &, int) | |
void | Reset (const Matrix &, int, int, int) |
void | Reset (const Matrix &, int) |
Friends | |
void | ComplexScale (RectMatrixCol &, RectMatrixCol &, Real, Real) |
void | Rotate (RectMatrixCol &, RectMatrixCol &, Real, Real) |
Access columns of a rectangular matrix.
Definition at line 71 of file RectMatrix.h.
RectMatrixCol::RectMatrixCol | ( | const Matrix & | M, |
int | skip, | ||
int | col, | ||
int | length | ||
) | [inline] |
Definition at line 111 of file RectMatrix.h.
RectMatrixCol::RectMatrixCol | ( | const Matrix & | M, |
int | col | ||
) | [inline] |
Definition at line 114 of file RectMatrix.h.
void RectMatrixCol::Down | ( | ) | [inline] |
Definition at line 78 of file RectMatrix.h.
void RectMatrixCol::Left | ( | ) | [inline] |
Definition at line 81 of file RectMatrix.h.
void RectMatrixCol::Reset | ( | const Matrix & | M, |
int | skip, | ||
int | col, | ||
int | length | ||
) |
Definition at line 128 of file NewMatExhaustive.cpp.
void RectMatrixCol::Reset | ( | const Matrix & | M, |
int | col | ||
) |
Definition at line 135 of file NewMatExhaustive.cpp.
void RectMatrixCol::Right | ( | ) | [inline] |
Definition at line 79 of file RectMatrix.h.
void RectMatrixCol::Up | ( | ) | [inline] |
Definition at line 80 of file RectMatrix.h.
void ComplexScale | ( | RectMatrixCol & | U, |
RectMatrixCol & | V, | ||
Real | x, | ||
Real | y | ||
) | [friend] |
Reimplemented from RectMatrixRowCol.
Definition at line 222 of file NewMatExhaustive.cpp.
void Rotate | ( | RectMatrixCol & | U, |
RectMatrixCol & | V, | ||
Real | tau, | ||
Real | s | ||
) | [friend] |
Reimplemented from RectMatrixRowCol.
Definition at line 246 of file NewMatExhaustive.cpp.