HomeSort by relevance Sort by last modified time
    Searched full:thinq (Results 1 - 1 of 1) sorted by null

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

Completed in 437 milliseconds