https://github.com/grahamstrickland/numerical_recipes
Rust implementations of the algorithms from "Numerical Recipes in C" (2e) - William H. Press, Saul A. Teukolsky, William T. Vetterling, & Brian P. Flannery
https://github.com/grahamstrickland/numerical_recipes
mathematics numerical-algorithms numerical-analysis numerical-methods rust
Last synced: 4 months ago
JSON representation
Rust implementations of the algorithms from "Numerical Recipes in C" (2e) - William H. Press, Saul A. Teukolsky, William T. Vetterling, & Brian P. Flannery
- Host: GitHub
- URL: https://github.com/grahamstrickland/numerical_recipes
- Owner: GrahamStrickland
- Created: 2025-02-17T16:08:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T11:28:52.000Z (4 months ago)
- Last Synced: 2025-02-22T12:20:54.271Z (4 months ago)
- Topics: mathematics, numerical-algorithms, numerical-analysis, numerical-methods, rust
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# numerical_recipes
Rust implementations of the algorithms from "Numerical Recipes in C" (2e) -
William H. Press, Saul A. Teukolsky, William T. Vetterling, & Brian P. Flannery