|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <newmatrm.h>
Public Member Functions | |
| RectMatrixDiag (const DiagonalMatrix &D) | |
| Real & | operator[] (int i) |
| void | DownDiag () |
| void | UpDiag () |
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 79 of file newmatrm.h.
|
inline |
Definition at line 82 of file newmatrm.h.
|
inline |
|
inline |
Definition at line 84 of file newmatrm.h.
|
inline |
1.8.14