Uses of Class
com.irurueta.numerical.roots.RootEstimator
Packages that use RootEstimator
Package
Description
This package contains classes to find function roots.
-
Uses of RootEstimator in com.irurueta.numerical.roots
Subclasses of RootEstimator in com.irurueta.numerical.rootsModifier and TypeClassDescriptionclass
This class searches for a single REAL root on a single dimension function (i.e.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
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
Class to estimate the root of a first degree polynomial along with other polynomial properties.class
This class estimates the roots of a polynomial of degree n.class
Finds a single dimensional function's root within a bracket of values using Newton-Raphson's method.class
Abstract class to estimate the roots of a polynomial.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.class
Class to estimate the roots of a second degree polynomial along with other polynomial properties.class
Abstract class to find roots of single dimension functions.class
Class to estimate the roots of a third degree polynomial along with other polynomial properties.