SimpleSolvers.jl

Simple linear and nonlinear solvers in Julia
Author JuliaGNI
Popularity
4 Stars
Updated Last
1 Year Ago
Started In
December 2020

SimpleSolvers

Stable Dev PkgEval Status Build Status Coverage DOI

This package provides simple linear and nonlinear solvers such as LU decomposition and Newton's method. Under a unified interface, it provides low-overhead implementations in pure Julia, applicable to a wide range of data types, and wraps methods from other Julia libraries. Nonlinear solvers can be used with linesearch algorithms. Jacobians can be computed via automatic differentiation, finite differences or manually.

References

If you use SimpleSolvers.jl in your work, please consider citing it by

@misc{Kraus:2020:SimpleSolvers,
  title={SimpleSolvers.jl: Simple linear and nonlinear solvers in Julia},
  author={Kraus, Michael},
  year={2020},
  howpublished={\url{https://github.com/JuliaGNI/SimpleSolvers.jl}},
  doi={10.5281/zenodo.4317189}
}