|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Go to the source code of this file.
Macros | |
| #define | WANT_MATH |
| #define | REPORT {} |
Functions | |
| void | ComplexScale (RectMatrixCol &U, RectMatrixCol &V, Real x, Real y) |
| void | Rotate (RectMatrixCol &U, RectMatrixCol &V, Real tau, Real s) |
| Real | pythag (Real f, Real g, Real &c, Real &s) |
| #define REPORT {} |
Definition at line 18 of file newmatrm.cpp.
Referenced by RectMatrixRowCol::AddScaled(), ComplexScale(), RectMatrixRowCol::Divide(), RectMatrixRowCol::Negate(), RectMatrixRowCol::operator*(), pythag(), RectMatrixRow::Reset(), RectMatrixCol::Reset(), Rotate(), RectMatrixRowCol::SumSquare(), and RectMatrixRowCol::Zero().
| #define WANT_MATH |
Definition at line 5 of file newmatrm.cpp.
| void ComplexScale | ( | RectMatrixCol & | U, |
| RectMatrixCol & | V, | ||
| Real | x, | ||
| Real | y | ||
| ) |
Definition at line 132 of file newmatrm.cpp.
References RectMatrixRowCol::n, n, REPORT, RectMatrixRowCol::spacing, RectMatrixRowCol::store, x, and y.
Referenced by SVD().
| Real pythag | ( | Real | f, |
| Real | g, | ||
| Real & | c, | ||
| Real & | s | ||
| ) |
Definition at line 186 of file newmatrm.cpp.
Referenced by DowndateCholesky(), LeftCircularUpdateCholesky(), RightCircularUpdateCholesky(), SVD(), and UpdateCholesky().
| void Rotate | ( | RectMatrixCol & | U, |
| RectMatrixCol & | V, | ||
| Real | tau, | ||
| Real | s | ||
| ) |
Definition at line 156 of file newmatrm.cpp.
References RectMatrixRowCol::n, n, REPORT, RectMatrixRowCol::spacing, and RectMatrixRowCol::store.
1.8.14