Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SciML/SciMLNLSolve.jl
Nonlinear solver bindings for the SciML Interface
https://github.com/SciML/SciMLNLSolve.jl
Last synced: 3 months ago
JSON representation
Nonlinear solver bindings for the SciML Interface
- Host: GitHub
- URL: https://github.com/SciML/SciMLNLSolve.jl
- Owner: SciML
- License: mit
- Archived: true
- Created: 2021-01-27T18:03:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T06:24:09.000Z (about 1 year ago)
- Last Synced: 2024-04-14T01:46:57.923Z (7 months ago)
- Language: Julia
- Size: 69.3 KB
- Stars: 8
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sciml - SciML/SciMLNLSolve.jl: Nonlinear solver bindings for the SciML Interface
README
# SciMLNLSolve.jl
[![Join the chat at https://gitter.im/JuliaDiffEq/Lobby](https://badges.gitter.im/JuliaDiffEq/Lobby.svg)](https://gitter.im/JuliaDiffEq/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://github.com/SciML/SciMLNLSolve.jl/workflows/CI/badge.svg)](https://github.com/SciML/SciMLNLSolve.jl/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/SciML/SciMLNLSolve.jl/badge.svg)](https://coveralls.io/github/SciML/SciMLNLSolve.jl)
[![codecov.io](http://codecov.io/github/SciML/SciMLNLSolve.jl/coverage.svg?branch=master)](http://codecov.io/github/SciML/SciMLNLSolve.jl?branch=master)SciMLNLSolve.jl is a wrapper library for bringing
[NLsolve.jl](https://github.com/JuliaNLSolvers/NLsolve.jl) into the SciML common interface
for use with NonlinearSolve.jl. For more information on using this library, consult the
documentation for [NonlinearSolve.jl](https://docs.sciml.ai/NonlinearSolve/stable/).