/LSMR

Fortran Package Manager version of LSMR: Sparse Equations and Least Squares

Primary LanguageFortranBSD 2-Clause "Simplified" LicenseBSD-2-Clause

LSMR

LSMR: Sparse Equations and Least Squares.

This is a slightly modernized version of the original FSMR (f90 version) by David Fong & Michael Saunders, Systems Optimization Laboratory (SOL), Stanford University, Stanford, CA 94305-4026, USA.

Status

Language GitHub release CI Status codecov last-commit

Compiling

A Fortran Package Manager manifest file is included, so that the library and test cases can be compiled with FPM. For example:

fpm build --profile release
fpm test --profile release

To use lsmr within your fpm project, add the following to your fpm.toml file:

[dependencies]
LSMR = { git="https://github.com/jacobwilliams/LSMR.git" }

License

The original version of LSMR (f90 version) was provided by SOL, Stanford University under the terms of the OSI Common Public License (CPL) or the BSD License.

Documentation

The latest API documentation can be found here. This was generated from the source code using FORD.

See also