https://github.com/eduidl/gauss-newton-rs
Gauss Newton method using ndarray/nalgebra
https://github.com/eduidl/gauss-newton-rs
Last synced: 2 months ago
JSON representation
Gauss Newton method using ndarray/nalgebra
- Host: GitHub
- URL: https://github.com/eduidl/gauss-newton-rs
- Owner: eduidl
- License: mit
- Created: 2019-11-06T17:40:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T00:33:18.000Z (about 3 years ago)
- Last Synced: 2023-03-04T09:38:25.670Z (over 2 years ago)
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gauss-newton-rs
Gauss Newton method using ndarray/nalgebra