1st deliverable - Least Squares
This repository was developed as an assignment for PEL208 (Special Learning Topics), which is a lecture of Centro Universitário FEI graduate program, presented by Prof. Phd. Reinaldo Augusto da Costa Bianchi.
The goal of this assignment is to write the code of least squares regression, as discussed in class.
This code was written in C++ programming language.
Although the Eigen library has been used to compute basic linear algebra operations, one of the requirements of this assignment was writting a function to compute the inverse of a matrix.