![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Newton-Raphson + Ridder — numerically identical to legacy findroot.c. More...
Namespaces | |
| namespace | openswmm |
| namespace | openswmm::findroot |
Functions | |
| int | openswmm::findroot::newton (double x1, double x2, double *rts, double xacc, const NewtonFunc &func) |
| double | openswmm::findroot::ridder (double x1, double x2, double xacc, const RidderFunc &func) |
Newton-Raphson + Ridder — numerically identical to legacy findroot.c.