Skip to content

Collection of iterative solvers for large, sparse linear systems — includes serial C, OpenMP-parallelized, and NumPy implementations (Jacobi, Gauss–Seidel, SOR, CG, BiCGSTAB, etc.)

Notifications You must be signed in to change notification settings

sirajul-9/Matrix-Solvers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ Iterative Matrix Solvers — Quick Reference

📂 Layout

  • C codes/ — serial C implementations of some standard iterative solvers for large, sparse linear systems
  • OpenMP_codes/ — OpenMP parallelized versions of the same algorithms
  • Python_codes/ — Python (NumPy) implementations

🚀 Build & Run

Place mat.txt (row-major) and vec.txt in the solver folder.

🔍 More details: See the individual README.md files inside each folder for solver descriptions and usage examples.

About

Collection of iterative solvers for large, sparse linear systems — includes serial C, OpenMP-parallelized, and NumPy implementations (Jacobi, Gauss–Seidel, SOR, CG, BiCGSTAB, etc.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published