https://github.com/plwai/rootsolver
https://github.com/plwai/rootsolver
levenberg-marquardt newton-raphson root-finding
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plwai/rootsolver
- Owner: plwai
- Created: 2017-09-21T07:14:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T10:14:27.000Z (over 8 years ago)
- Last Synced: 2025-02-17T08:33:30.243Z (about 1 year ago)
- Topics: levenberg-marquardt, newton-raphson, root-finding
- Language: Java
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RootSolver
A simple root solution using Newton Raphson and Levenberg-Marquardt Method.