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