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 TypeClassDescriptionclassThis class searches for a single REAL root on a single dimension function (i.e. f(x) ).classComputes 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.classThis class estimates the root of a single dimension continuous function using Brent's method.classAbstract class to find function roots of a single dimension function using also its derivative information.classComputes 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.classClass to estimate the root of a first degree polynomial along with other polynomial properties.classThis class estimates the roots of a polynomial of degree n.classFinds a single dimensional function's root within a bracket of values using Newton-Raphson's method.classAbstract class to estimate the roots of a polynomial.classComputes 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.classComputes 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.classComputes 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.classClass to estimate the roots of a second degree polynomial along with other polynomial properties.classAbstract class to find roots of single dimension functions.classClass to estimate the roots of a third degree polynomial along with other polynomial properties.