|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <newmatrm.h>
Public Member Functions | |
| RectMatrixRow (const Matrix &, int, int, int) | |
| RectMatrixRow (const Matrix &, int) | |
| void | Reset (const Matrix &, int, int, int) |
| void | Reset (const Matrix &, int) |
| Real & | operator[] (int i) |
| void | Down () |
| void | Right () |
| void | Up () |
| void | Left () |
Public Member Functions inherited from RectMatrixRowCol | |
| 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 () |
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 | |
| Real * | store |
| int | n |
| int | spacing |
| int | shift |
Definition at line 48 of file newmatrm.h.
|
inline |
Definition at line 94 of file newmatrm.h.
|
inline |
Definition at line 97 of file newmatrm.h.
|
inline |
|
inline |
|
inline |
Definition at line 55 of file newmatrm.h.
| void RectMatrixRow::Reset | ( | const Matrix & | M, |
| int | row, | ||
| int | skip, | ||
| int | length | ||
| ) |
Definition at line 25 of file newmatrm.cpp.
References GeneralMatrix::Ncols(), REPORT, RectMatrixRowCol::Reset(), and GeneralMatrix::Store().
Referenced by SVD().
| void RectMatrixRow::Reset | ( | const Matrix & | M, |
| int | row | ||
| ) |
Definition at line 32 of file newmatrm.cpp.
References GeneralMatrix::Ncols(), REPORT, RectMatrixRowCol::Reset(), and GeneralMatrix::Store().
|
inline |
|
inline |
Definition at line 58 of file newmatrm.h.
1.8.14