Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.analysis.root.univariate Classes and Interfaces - 6 results found.
NameDescriptionTypePackageFramework
BisectionRootThe bisection method repeatedly bisects an interval and then selects a subinterval in which a root must lie for further processing.Classcom.numericalmethod.suanshu.analysis.root.univariateSuanShu
BrentRootBrent's root-finding algorithm combines super-linear convergence with reliability of bisection.Classcom.numericalmethod.suanshu.analysis.root.univariateSuanShu
HalleyRootHalley's method is an iterative root finding method for a univariate function with a continuous second derivative, i.Classcom.numericalmethod.suanshu.analysis.root.univariateSuanShu
NewtonRootThe Newton-Raphson method is as follows: one starts with an initial guess which is reasonably close to the true root, then the function is approximated by its tangent line (which can beClasscom.numericalmethod.suanshu.analysis.root.univariateSuanShu
NoRootFoundExceptionThis is the Exception thrown when it fails to find a root.Classcom.numericalmethod.suanshu.analysis.root.univariateSuanShu
UnirootA root-finding algorithm is a numerical algorithm for finding a value x such that f(x) = 0, for a given function f.Interfacecom.numericalmethod.suanshu.analysis.root.univariateSuanShu