OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <newmatrm.h>
Public Member Functions | |
Real | operator* (const RectMatrixRowCol &) const |
void | AddScaled (const RectMatrixRowCol &, Real) |
void | Divide (const RectMatrixRowCol &, Real) |
void | Divide (Real) |
void | Negate () |
void | Zero () |
Real & | operator[] (int i) |
Real | SumSquare () const |
Real & | First () |
void | DownDiag () |
void | UpDiag () |
Protected Member Functions | |
RectMatrixRowCol (Real *st, int nx, int sp, int sh) | |
void | Reset (Real *st, int nx, int sp, int sh) |
Protected Attributes | |
Real * | store |
int | n |
int | spacing |
int | shift |
Friends | |
void | ComplexScale (RectMatrixCol &, RectMatrixCol &, Real, Real) |
void | Rotate (RectMatrixCol &, RectMatrixCol &, Real, Real) |
Definition at line 16 of file newmatrm.h.
|
inlineprotected |
Definition at line 27 of file newmatrm.h.
void RectMatrixRowCol::AddScaled | ( | const RectMatrixRowCol & | rmrc, |
Real | r | ||
) |
Definition at line 79 of file newmatrm.cpp.
References n, n, REPORT, spacing, and store.
Referenced by SVD().
void RectMatrixRowCol::Divide | ( | const RectMatrixRowCol & | rmrc, |
Real | r | ||
) |
Definition at line 94 of file newmatrm.cpp.
References n, n, REPORT, spacing, and store.
Referenced by SVD().
void RectMatrixRowCol::Divide | ( | Real | r | ) |
Definition at line 108 of file newmatrm.cpp.
|
inline |
|
inline |
void RectMatrixRowCol::Negate | ( | ) |
Real RectMatrixRowCol::operator* | ( | const RectMatrixRowCol & | rmrc | ) | const |
Definition at line 62 of file newmatrm.cpp.
References n, n, REPORT, spacing, and store.
|
inline |
Definition at line 38 of file newmatrm.h.
|
inlineprotected |
Definition at line 29 of file newmatrm.h.
References n.
Referenced by RectMatrixRow::Reset(), and RectMatrixCol::Reset().
Real RectMatrixRowCol::SumSquare | ( | ) | const |
|
inline |
void RectMatrixRowCol::Zero | ( | ) |
|
friend |
Definition at line 132 of file newmatrm.cpp.
|
friend |
Definition at line 156 of file newmatrm.cpp.
|
protected |
Definition at line 24 of file newmatrm.h.
Referenced by AddScaled(), ComplexScale(), Divide(), operator*(), and Rotate().
|
protected |
Definition at line 26 of file newmatrm.h.
|
protected |
Definition at line 25 of file newmatrm.h.
Referenced by AddScaled(), ComplexScale(), Divide(), operator*(), and Rotate().
|
protected |
Definition at line 23 of file newmatrm.h.
Referenced by AddScaled(), ComplexScale(), Divide(), operator*(), and Rotate().