solvr 0.2.0

Advanced computing library for real-world problem solving - optimization, differential equations, interpolation, statistics, and more
Documentation
1
2
3
4
5
6
7
//! WebGPU implementations for root finding algorithms.

mod anderson;
mod broyden;
mod levenberg_marquardt;
mod newton;
mod powell_hybrid;