Go to the source code of this file.
◆ main()
Definition at line 4 of file TutorialLinAlgExSolveColPivHouseholderQR.cpp.
8 A << 1,2,3, 4,5,6, 7,8,10;
10 std::cout <<
"Here is the matrix A:\n" <<
A << std::endl;
11 std::cout <<
"Here is the vector b:\n" <<
b << std::endl;
13 std::cout <<
"The solution is:\n" <<
x << std::endl;
The matrix class, also used for vectors and row-vectors.