You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
sparse matrix solver using successive over-relaxation (sor) for fast convergence.