Go to the source code of this file.
◆ main()
Definition at line 4 of file TutorialLinAlgExSolveLDLT.cpp.
9 std::cout <<
"Here is the matrix A:\n" <<
A << std::endl;
10 std::cout <<
"Here is the right hand side b:\n" <<
b << std::endl;
12 std::cout <<
"The solution is:\n" <<
x << std::endl;
The matrix class, also used for vectors and row-vectors.