Skip to content

A highly efficient solver for Ax = b, capable of solving sparse symmetric matrices in Compressed Sparse Row (CSR) format of size 100,000 x 100,000. Implemented in C using Successive Over-Relaxation (SOR) numerical method.

License

Notifications You must be signed in to change notification settings

inhald/Sparse-Matrix-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sparse-Matrix-Solver

A highly efficient solver for Ax = b, capable of solving sparse symmetric matrices in Compressed Sparse Row (CSR) format of size 100,000 x 100,000. Implemented in C using Successive Over-Relaxation (SOR) numerical method.

About

A highly efficient solver for Ax = b, capable of solving sparse symmetric matrices in Compressed Sparse Row (CSR) format of size 100,000 x 100,000. Implemented in C using Successive Over-Relaxation (SOR) numerical method.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published