#include <newmatrm.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) |
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 |
Friends | |
void | ComplexScale (RectMatrixCol &, RectMatrixCol &, Real, Real) |
void | Rotate (RectMatrixCol &, RectMatrixCol &, Real, Real) |
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 columns of a rectangular matrix.
Definition at line 71 of file newmatrm.h.
|
inline |
Definition at line 111 of file newmatrm.h.
|
inline |
Definition at line 114 of file newmatrm.h.
|
inline |
Definition at line 78 of file newmatrm.h.
|
inline |
Definition at line 81 of file newmatrm.h.
void RectMatrixCol::Reset | ( | const Matrix & | M, |
int | skip, | ||
int | col, | ||
int | length | ||
) |
Definition at line 41 of file newmatrm.cpp.
void RectMatrixCol::Reset | ( | const Matrix & | M, |
int | col | ||
) |
Definition at line 48 of file newmatrm.cpp.
|
inline |
Definition at line 79 of file newmatrm.h.
|
inline |
Definition at line 80 of file newmatrm.h.
|
friend |
Definition at line 135 of file newmatrm.cpp.
|
friend |
Definition at line 159 of file newmatrm.cpp.