Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

jacobwilliams/LSMR

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.