Uses of Package
com.irurueta.numerical.roots
Packages that use com.irurueta.numerical.roots
Package
Description
This package contains classes to find function roots.
-
Classes in com.irurueta.numerical.roots used by com.irurueta.numerical.rootsClassDescriptionComputes 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.Abstract class to find function roots of a single dimension function using also its derivative information.Abstract class to estimate the roots of a polynomial.Raised when a root estimator cannot determine a root of a polynomial, usually because of lack of convergenceAbstract class to find roots of functions.Abstract class to find roots of single dimension functions.