Go to the source code of this file.
#define | WANT_MATH |
#define | REPORT {} |
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) |
void | extend_orthonormal (Matrix &A, int n) |
QR related decompositions QRZ, QRZT decompositions QR update and extend orthogonal functions
Definition in file hholder.cpp.
#define REPORT {} |
Definition at line 25 of file hholder.cpp.
#define WANT_MATH |
Definition at line 11 of file hholder.cpp.
void extend_orthonormal | ( | Matrix & | A, |
int | n | ||
) |
Definition at line 341 of file hholder.cpp.
void QRZ | ( | Matrix & | X, |
UpperTriangularMatrix & | U | ||
) |
Definition at line 117 of file hholder.cpp.
void QRZ | ( | const Matrix & | X, |
Matrix & | Y, | ||
Matrix & | M | ||
) |
Definition at line 169 of file hholder.cpp.
void QRZT | ( | Matrix & | X, |
LowerTriangularMatrix & | L | ||
) |
Definition at line 33 of file hholder.cpp.
void QRZT | ( | const Matrix & | X, |
Matrix & | Y, | ||
Matrix & | M | ||
) |
Definition at line 66 of file hholder.cpp.
Definition at line 31 of file hholder.cpp.
void updateQRZ | ( | Matrix & | X, |
UpperTriangularMatrix & | U | ||
) |
Definition at line 269 of file hholder.cpp.
void updateQRZT | ( | Matrix & | X, |
LowerTriangularMatrix & | L | ||
) |
Definition at line 229 of file hholder.cpp.