SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.analysis.uniroot

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

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.