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
v1.5.5 update:
- pcgsolve with sparse matrix and OMP implementation now available for "Jacobi" preconditioner;
- general performance improvements and bug fixes
Description: Solves system of linear equations using (preconditioned) conjugate gradient algorithm, with improved efficiency using Armadillo templated 'C++' linear algebra library, and flexibility for utilizing openMP for sparse matrix format, and user-specified preconditioning method. Please check <https://github.com/styvon/cPCG> for latest updates.
0 commit comments