Package: wnpp Owner: Andrius Merkys <mer...@debian.org> Severity: wishlist
* Package name : r-cran-rlinsolve Version : 0.3.1 Upstream Author : Kisung You <kyous...@gmail.com> * URL : https://cran.r-project.org/package=Rlinsolve * License : GPL-3+ Programming Lang: GNU R Description : 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. Rlinsolve 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 Matrix package along with RcppArmadillo. For a more detailed description, see a book by Saad (2003), doi:10.1137/1.9780898718003. I am interested in using this package for solving linear systems of equations. It provides a unified interface to several popular solving methods. Remark: This package is to be maintained with Debian R Packages Maintainers at https://salsa.debian.org/r-pkg-team/r-cran-rlinsolve