Least square problem

In this C++ student project, a least square problem is being solved using several classical methods : normal equation, QR factorization, Gram-Schmidt, and Householder transformation.
In this C++ student project, a least square problem is being solved using several classical methods : normal equation, QR factorization, Gram-Schmidt, and Householder transformation.