Home
last modified time | relevance | path

Searched refs:thinQ (Results 1 – 1 of 1) sorted by relevance

/external/eigen/doc/snippets/
DHouseholderQR_householderQ.cpp1 MatrixXf A(MatrixXf::Random(5,3)), thinQ(MatrixXf::Identity(5,3)), Q; variable
5 thinQ = qr.householderQ() * thinQ;
7 std::cout << "The thin matrix Q is:\n" << thinQ << "\n\n";