Language

Package: r-rlinsolve @ 0.3.1

Synopsis

Iterative solvers for (sparse) linear system of equations

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. This package provides 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 the Matrix package along with RcppArmadillo.

Home page
https://cran.r-project.org/web/packages/Rlinsolve/
Location
gnu/packages/cran.scm (line: 21657, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings