RootSolvers.jl
RootSolvers.jl finds roots of scalar, real-valued nonlinear equations using robust, GPU-capable numerical methods. It offers a simple, unified interface to classic root-finding algorithms, with flexible convergence criteria and solution reporting, and supports dual numbers for automatic differentiation.
- Getting Started: installation, quick start, and how-to guide.
- API Reference: full documentation of all methods, solution types, and tolerances.
- Developer Documentation: internals and how to extend the package.