Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 888 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 888 Bytes

Newton.jl

Dev Build Status Coverage

Newton.jl provides a fast and efficient newton-raphson solver that is suitable to be used inside a preformance critical loop.

When more fine-grained controlled, different algorithms etc. is desired, consider NonlinearSolve.jl.

Installation

Pkg.add(url="https://github.com/KnutAM/Newton.jl")