Go to the source code of this file.
Functions | |
| MatrixXf | A (MatrixXf::Random(5, 3)) |
| HouseholderQR< MatrixXf > | qr (A) |
| A | setRandom () |
| MatrixXf | thinQ (MatrixXf::Identity(5, 3)) |
Variables | |
| MatrixXf | Q = qr.householderQ() |
| thinQ = qr.householderQ() * thinQ | |
| MatrixXf A | ( | MatrixXf::Random(5, 3) | ) |
| HouseholderQR<MatrixXf> qr | ( | A | ) |
| m2 setRandom | ( | ) |
| MatrixXf thinQ | ( | MatrixXf::Identity(5, 3) | ) |
| Q = qr.householderQ() |
Definition at line 1 of file HouseholderQR_householderQ.cpp.
| thinQ = qr.householderQ() * thinQ |
Definition at line 5 of file HouseholderQR_householderQ.cpp.