Package: Rlinsolve 0.3.3

Kisung You

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

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

Authors:Kisung You [aut, cre]

Rlinsolve_0.3.3.tar.gz
Rlinsolve_0.3.3.zip(r-4.5)Rlinsolve_0.3.3.zip(r-4.4)Rlinsolve_0.3.3.zip(r-4.3)
Rlinsolve_0.3.3.tgz(r-4.4-x86_64)Rlinsolve_0.3.3.tgz(r-4.4-arm64)Rlinsolve_0.3.3.tgz(r-4.3-x86_64)Rlinsolve_0.3.3.tgz(r-4.3-arm64)
Rlinsolve_0.3.3.tar.gz(r-4.5-noble)Rlinsolve_0.3.3.tar.gz(r-4.4-noble)
Rlinsolve_0.3.3.tgz(r-4.4-emscripten)Rlinsolve_0.3.3.tgz(r-4.3-emscripten)
Rlinsolve.pdf |Rlinsolve.html
Rlinsolve/json (API)
NEWS

# Install 'Rlinsolve' in R:
install.packages('Rlinsolve', repos = c('https://kisungyou.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/kisungyou/rlinsolve/issues

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3
  • openmp– GCC OpenMP (GOMP) support library

On CRAN:

openblascppopenmp

3.56 score 4 stars 1 packages 30 scripts 314 downloads 12 exports 6 dependencies

Last updated 1 years agofrom:fcec6e3924. Checks:1 OK, 8 NOTE. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKJan 05 2025
R-4.5-win-x86_64NOTEJan 05 2025
R-4.5-linux-x86_64NOTEJan 05 2025
R-4.4-win-x86_64NOTEJan 05 2025
R-4.4-mac-x86_64NOTEJan 05 2025
R-4.4-mac-aarch64NOTEJan 05 2025
R-4.3-win-x86_64NOTEJan 05 2025
R-4.3-mac-x86_64NOTEJan 05 2025
R-4.3-mac-aarch64NOTEJan 05 2025

Exports:aux.fischlsolve.bicglsolve.bicgstablsolve.cglsolve.cgslsolve.chebylsolve.gmreslsolve.gslsolve.jacobilsolve.qmrlsolve.sorlsolve.ssor

Dependencies:latticeMatrixrbibutilsRcppRcppArmadilloRdpack