|
SuanShu, a Java numerical and statistical library | |||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
| Class Summary | |
|---|---|
| Brent | Brent's root-finding algorithm combines superlinear convergence with reliability of bisection. |
| Halley | Halley's method is an iterative root finding method for a univariate function with a continuous second derivative, i.e., a C2 function. |
| Newton | Newton–Raphson method is an iterative root finding method for univariate functions. |
| Uniroot | One dimensional root (zero) finding algorithm for univariate function. |
| Exception Summary | |
|---|---|
| Uniroot.NoRootFoundException | Exception thrown when it fails to find a root. |
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||