Package: Rlinsolve 0.3.3

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:

12 exports 4 stars 1.27 score 6 dependencies 1 dependents 20 scripts 358 downloads

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

TargetResultDate
Doc / VignettesOKSep 07 2024
R-4.5-win-x86_64NOTESep 07 2024
R-4.5-linux-x86_64NOTESep 07 2024
R-4.4-win-x86_64NOTESep 07 2024
R-4.4-mac-x86_64NOTESep 07 2024
R-4.4-mac-aarch64NOTESep 07 2024
R-4.3-win-x86_64NOTESep 07 2024
R-4.3-mac-x86_64NOTESep 07 2024
R-4.3-mac-aarch64NOTESep 07 2024

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

Dependencies:latticeMatrixrbibutilsRcppRcppArmadilloRdpack