Uses of Class
com.irurueta.numerical.roots.DerivativeSingleRootEstimator
Packages that use DerivativeSingleRootEstimator
Package
Description
This package contains classes to find function roots.
-
Uses of DerivativeSingleRootEstimator in com.irurueta.numerical.roots
Subclasses of DerivativeSingleRootEstimator in com.irurueta.numerical.rootsModifier and TypeClassDescriptionclass
Finds a single dimensional function's root within a bracket of values using Newton-Raphson's method.class
Computes a root for a single dimension function inside a given bracket of values, in other words, root will only be searched within provided minimum and maximum evaluation points.