The aim of this project is to study the open source implementation of direct solving algorithms of linear systems for sparse arrays, and to compare them with the MATLAB implementation.
This project is the implementation of the following assigment. Click here
We want to compare MATLAB with three other programming languages:
For Python we have decided to use the SciPy
library.
For C++ we have decided to use the Eigen-3.3.9
library.
For R we have decided to use the Matrix
library.