|
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 | |
| Real | square (Real x) |
| void | QRZT (Matrix &X, LowerTriangularMatrix &L) |
| void | QRZT (const Matrix &X, Matrix &Y, Matrix &M) |
| void | QRZ (Matrix &X, UpperTriangularMatrix &U) |
| void | QRZ (const Matrix &X, Matrix &Y, Matrix &M) |
| void | UpdateQRZT (Matrix &X, LowerTriangularMatrix &L) |
| void | UpdateQRZ (Matrix &X, UpperTriangularMatrix &U) |
| #define REPORT {} |
Definition at line 20 of file hholder.cpp.
Referenced by QRZ(), QRZT(), UpdateQRZ(), and UpdateQRZT().
| #define WANT_MATH |
Definition at line 5 of file hholder.cpp.
| void QRZ | ( | Matrix & | X, |
| UpperTriangularMatrix & | U | ||
| ) |
Definition at line 111 of file hholder.cpp.
References n, GeneralMatrix::Ncols(), GeneralMatrix::Nrows(), REPORT, UpperTriangularMatrix::ReSize(), and GeneralMatrix::Store().
Referenced by NonLinearLeastSquares::NextPoint().
Definition at line 162 of file hholder.cpp.
References n, GeneralMatrix::Ncols(), GeneralMatrix::Nrows(), REPORT, Matrix::ReSize(), and GeneralMatrix::Store().
| void QRZT | ( | Matrix & | X, |
| LowerTriangularMatrix & | L | ||
| ) |
Definition at line 28 of file hholder.cpp.
References LowerTriangularMatrix::element(), n, GeneralMatrix::Ncols(), GeneralMatrix::Nrows(), REPORT, LowerTriangularMatrix::ReSize(), square(), and GeneralMatrix::Store().
Referenced by HHDecompose().
Definition at line 60 of file hholder.cpp.
References Matrix::element(), n, GeneralMatrix::Ncols(), GeneralMatrix::Nrows(), REPORT, Matrix::ReSize(), and GeneralMatrix::Store().
|
inline |
Definition at line 26 of file hholder.cpp.
References x.
Referenced by QRZT(), UpdateQRZ(), and UpdateQRZT().
| void UpdateQRZ | ( | Matrix & | X, |
| UpperTriangularMatrix & | U | ||
| ) |
Definition at line 261 of file hholder.cpp.
References n, GeneralMatrix::Ncols(), GeneralMatrix::Nrows(), REPORT, square(), and GeneralMatrix::Store().
| void UpdateQRZT | ( | Matrix & | X, |
| LowerTriangularMatrix & | L | ||
| ) |
Definition at line 222 of file hholder.cpp.
References LowerTriangularMatrix::element(), n, GeneralMatrix::Ncols(), GeneralMatrix::Nrows(), REPORT, square(), and GeneralMatrix::Store().
1.8.14