Skip to content

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.

Notifications You must be signed in to change notification settings

davidepietrasanta/Direct-methods-for-sparse-matrices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Direct-methods-for-sparse-matrices

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:

Python

For Python we have decided to use the SciPy library.

C++

For C++ we have decided to use the Eigen-3.3.9 library.

R

For R we have decided to use the Matrix library.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published