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 () |
![]() | |
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 | |
![]() | |
RectMatrixRowCol (Real *st, int nx, int sp, int sh) | |
void | Reset (Real *st, int nx, int sp, int sh) |
![]() | |
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 |