doi:10.1137/1.9780898718003>.">

Rlinsolve: Iterative Solvers for (Sparse) Linear System of Equations (original) (raw)

Solving a system of linear equations is one of the most fundamental computational problems for many fields of mathematical studies, such as regression problems from statistics or numerical partial differential equations. We provide basic stationary iterative solvers such as Jacobi, Gauss-Seidel, Successive Over-Relaxation and SSOR methods. Nonstationary, also known as Krylov subspace methods are also provided. Sparse matrix computation is also supported in that solving large and sparse linear systems can be manageable using 'Matrix' package along with 'RcppArmadillo'. For a more detailed description, see a book by Saad (2003) <doi:10.1137/1.9780898718003>.

Version: 0.3.3
Imports: Rcpp (≥ 0.12.4), Matrix, Rdpack, stats, utils
LinkingTo: Rcpp, RcppArmadillo
Published: 2025-09-22
DOI: 10.32614/CRAN.package.Rlinsolve
Author: Kisung You ORCID iD [aut, cre]
Maintainer: Kisung You <kisung.you at outlook.com>
License: MIT + file
NeedsCompilation: yes
Materials: NEWS
In views: NumericalMathematics
CRAN checks: Rlinsolve results

Documentation:

Downloads:

Reverse dependencies:

Linking:

Please use the canonical formhttps://CRAN.R-project.org/package=Rlinsolveto link to this page.