gmresls: Solve Least Squares with GMRES(k)

Solves a least squares system Ax~=b (dim(A)=(m,n) with m >= n) with a precondition matrix B: BAx=Bb (dim(B)=(n,m)). Implemented method is based on GMRES (Saad, Youcef; Schultz, Martin H. (1986). "GMRES: A Generalized Minimal Residual Algorithm for Solving Nonsymmetric Linear Systems" <doi:10.1137/0907058>) with callback functions, i.e. no explicit A, B or b are required.

Getting started

Package details

AuthorSerguei Sokol [aut, cre] (<https://orcid.org/0000-0002-5674-3327>)
MaintainerSerguei Sokol <sokol@insa-toulouse.fr>
LicenseGPL (>= 3)
Version0.2.3
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("gmresls")

Try the gmresls package in your browser

Any scripts or data that you put into this service are public.

gmresls documentation built on April 3, 2025, 10:31 p.m.