Crandore Hub

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.

Versions across snapshots

VersionRepositoryFileSize
0.2.3 rolling source/ R- gmresls_0.2.3.tar.gz 4.3 KiB
0.2.3 latest source/ R- gmresls_0.2.3.tar.gz 4.3 KiB
0.2.3 2026-04-09 windows/windows R-4.5 gmresls_0.2.3.zip 16.7 KiB

Dependencies (latest)

Suggests