Skip to content

Rlinsolve

Iterative Solvers for (Sparse) Linear System of Equations

v0.3.3 · Sep 21, 2025 · MIT + file LICENSE

Description

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>.

Downloads

611

Last 30 days

6463rd

1.3K

Last 90 days

5.2K

Last year

Trend: +51.6% (30d vs prior 30d)

CRAN Check Status

2 NOTE
12 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 NOTE
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (2 non-OK)
NOTE r-oldrel-macos-arm64

installed package size

installed size is 13.0Mb
  sub-directories of 1Mb or more:
    libs  12.8Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 13.3Mb
  sub-directories of 1Mb or more:
    libs  13.1Mb

Check History

NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-oldrel-macos-arm64

installed package size

installed size is 13.0Mb
  sub-directories of 1Mb or more:
    libs  12.8Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 13.3Mb
  sub-directories of 1Mb or more:
    libs  13.1Mb

Reverse Dependencies (1)

imports

Dependency Network

Dependencies Reverse dependencies Rcpp Matrix Rdpack ZVCV Rlinsolve

Version History

new 0.3.3 Mar 10, 2026
updated 0.3.3 ← 0.3.2 diff Sep 21, 2025
updated 0.3.2 ← 0.3.1 diff Aug 20, 2021
updated 0.3.1 ← 0.3.0 diff May 4, 2020
updated 0.3.0 ← 0.2.0 diff Jul 13, 2018
updated 0.2.0 ← 0.1.2 diff Feb 11, 2018
updated 0.1.2 ← 0.1.1 diff Dec 6, 2017
updated 0.1.1 ← 0.1.0 diff Oct 7, 2017
new 0.1.0 Sep 27, 2017