Fast routines for solving large systems of linear equations in R. Makes Eigen Cholesky-, LU-, QR-, and iterative (Conjugate Gradient, BiCGSTAB) solvers for both dense and sparse problems available.
-
Updated
Aug 23, 2023 - C++
Fast routines for solving large systems of linear equations in R. Makes Eigen Cholesky-, LU-, QR-, and iterative (Conjugate Gradient, BiCGSTAB) solvers for both dense and sparse problems available.
ITerative SOLvers package
Importing a linear system saved as a Harwell-Boeing matrix and solve it using BiCGSTAB algorithm
Some results of my research on the BiCGSTAB and GMRES methods for calculating sparse systems and fields using Fortran
Exercise related to sparse matrix
Add a description, image, and links to the bicgstab topic page so that developers can more easily learn about it.
To associate your repository with the bicgstab topic, visit your repo's landing page and select "manage topics."