Skip to content

gmresls

Solve Least Squares with GMRES(k)

v0.2.3 · Jan 17, 2025 · GPL (>= 3)

Description

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.

Downloads

CRAN

206

Last 30 days

22583rd

512

Last 90 days

1.9K

Last year

Trend: +112.4% (30d vs prior 30d)

r2u CRAN

0

Last 30 days

23

Last 90 days

93

Last year

Trend: -100% (30d vs prior 30d)

autoCRAN

2

Last 7 days

7

Last 30 days

1

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Code

Structure

Lines of code

171

Files

10

Compiled share

0%

Has compiled src

No

Language breakdown

R 100 (58.5%)Tests 18 (10.5%)Docs 53 (31%)

API

Exported functions

1

Internal functions

0

Recent export changes

v0.2.2+1 gmresls

Testing & CI

Has tests

Yes

Test-to-code ratio

0.18

testthat edition

CI present

No

CI type

[]

PR gated

No

Docs

Return-value doc rate

100%

\dontrun example ratio

0%

Roxygen coverage

100%

Has pkgdown

No

NEWS present

Yes

Health & Security signals

Informational signals; not verdicts.

on.exit coverage

Unsafe pattern score

0

Dep constraint coverage

Secret pattern count

0

Bundled 3rd-party code

2 items

Portability & License

Min R version

System requirements

C++ standard

License

GPL (>= 3)

License flags

SPDX valid, OSI approved

History

Versions

2

First release

2024-10-18

Latest release

2025-01-17

Avg cadence

91 days

Cold removal rate

Dep drift

0

LOC over versions

v0.2.2: 162 LOCv0.2.3: 171 LOC

Per-file churn detail lives in the source pipeline: https://github.com/r-observatory/cran-code-metrics.

Reverse Dependencies (1)

imports

Dependency Network

Dependencies Reverse dependencies dynafluxr gmresls

Version History

3 tracked
new 0.2.3 Mar 10, 2026
updated 0.2.3 ← 0.2.2 diff Jan 16, 2025
new 0.2.2 Oct 17, 2024