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 |
| thinQ | |
| MatrixXf A | ( | MatrixXf::Random(5, 3) | ) |
| HouseholderQR<MatrixXf> qr | ( | A | ) |
| m2 setRandom | ( | ) |
| MatrixXf thinQ | ( | MatrixXf::Identity(5, 3) | ) |
| Q |
Definition at line 1 of file HouseholderQR_householderQ.cpp.
| thinQ |
Definition at line 5 of file HouseholderQR_householderQ.cpp.