#include <newmatrm.h>
Public Member Functions | |
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 |
Protected Member Functions | |
RectMatrixRowCol (Real *st, int nx, int sp, int sh) | |
void | Reset (Real *st, int nx, int sp, int sh) |
Protected Attributes | |
int | n |
int | shift |
int | spacing |
Real * | store |
Friends | |
void | ComplexScale (RectMatrixCol &, RectMatrixCol &, Real, Real) |
void | Rotate (RectMatrixCol &, RectMatrixCol &, Real, Real) |
Access rows and columns of a rectangular matrix.
Definition at line 21 of file newmatrm.h.
|
inlineprotected |
Definition at line 31 of file newmatrm.h.
void RectMatrixRowCol::AddScaled | ( | const RectMatrixRowCol & | rmrc, |
Real | r | ||
) |
Definition at line 82 of file newmatrm.cpp.
void RectMatrixRowCol::Divide | ( | const RectMatrixRowCol & | rmrc, |
Real | r | ||
) |
Definition at line 97 of file newmatrm.cpp.
void RectMatrixRowCol::Divide | ( | Real | r | ) |
Definition at line 111 of file newmatrm.cpp.
|
inline |
Definition at line 45 of file newmatrm.h.
|
inline |
Definition at line 44 of file newmatrm.h.
void RectMatrixRowCol::Negate | ( | ) |
Definition at line 119 of file newmatrm.cpp.
Real RectMatrixRowCol::operator* | ( | const RectMatrixRowCol & | rmrc | ) | const |
Definition at line 65 of file newmatrm.cpp.
|
inline |
Definition at line 42 of file newmatrm.h.
|
inlineprotected |
Definition at line 33 of file newmatrm.h.
Real RectMatrixRowCol::SumSquare | ( | ) | const |
Definition at line 55 of file newmatrm.cpp.
|
inline |
Definition at line 46 of file newmatrm.h.
void RectMatrixRowCol::Zero | ( | ) |
Definition at line 127 of file newmatrm.cpp.
|
friend |
Definition at line 135 of file newmatrm.cpp.
|
friend |
Definition at line 159 of file newmatrm.cpp.
|
protected |
Definition at line 28 of file newmatrm.h.
|
protected |
Definition at line 30 of file newmatrm.h.
|
protected |
Definition at line 29 of file newmatrm.h.
|
protected |
Definition at line 27 of file newmatrm.h.