Uses of Class
com.irurueta.numerical.roots.BracketedSingleRootEstimator
Packages that use BracketedSingleRootEstimator
Package
Description
This package contains classes to find function roots.
-
Uses of BracketedSingleRootEstimator in com.irurueta.numerical.roots
Subclasses of BracketedSingleRootEstimator in com.irurueta.numerical.rootsModifier and TypeClassDescriptionclass
This class searches for a single REAL root on a single dimension function (i.e.class
This class estimates the root of a single dimension continuous function using Brent's method.class
Abstract class to find function roots of a single dimension function using also its derivative information.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.class
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.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.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.