Uses of Class
com.irurueta.numerical.roots.PolynomialRootsEstimator
Packages that use PolynomialRootsEstimator
Package
Description
This package contains classes to find function roots.
-
Uses of PolynomialRootsEstimator in com.irurueta.numerical.roots
Subclasses of PolynomialRootsEstimator in com.irurueta.numerical.rootsModifier and TypeClassDescriptionclass
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
Class to estimate the roots of a second degree polynomial along with other polynomial properties.class
Class to estimate the roots of a third degree polynomial along with other polynomial properties.