Go to the source code of this file.
Defines | |
#define | REPORT {} |
#define | WANT_MATH |
Functions | |
void | QRZ (Matrix &X, UpperTriangularMatrix &U) |
void | QRZ (const Matrix &X, Matrix &Y, Matrix &M) |
void | QRZT (Matrix &X, LowerTriangularMatrix &L) |
void | QRZT (const Matrix &X, Matrix &Y, Matrix &M) |
Real | square (Real x) |
#define REPORT {} |
Definition at line 18 of file hholder.cc.
#define WANT_MATH |
Definition at line 5 of file hholder.cc.
void QRZ | ( | Matrix & | X, |
UpperTriangularMatrix & | U | ||
) |
Definition at line 101 of file hholder.cc.
void QRZ | ( | const Matrix & | X, |
Matrix & | Y, | ||
Matrix & | M | ||
) |
Definition at line 136 of file hholder.cc.
void QRZT | ( | Matrix & | X, |
LowerTriangularMatrix & | L | ||
) |
Definition at line 26 of file hholder.cc.
void QRZT | ( | const Matrix & | X, |
Matrix & | Y, | ||
Matrix & | M | ||
) |
Definition at line 50 of file hholder.cc.
Definition at line 24 of file hholder.cc.