Uses of Class
com.irurueta.numerical.roots.RootEstimationException
Packages that use RootEstimationException
Package
Description
This package contains classes to find function roots.
-
Uses of RootEstimationException in com.irurueta.numerical.roots
Methods in com.irurueta.numerical.roots that throw RootEstimationExceptionModifier and TypeMethodDescriptionvoid
BracketedSingleRootEstimator.computeBracket()
Starting at zero, this method expands the range (i.e.void
BracketedSingleRootEstimator.computeBracket
(double point) Starting from provided point, this method expands the range (i.e.void
BracketedSingleRootEstimator.computeBracket
(double minEvalPoint, double maxEvalPoint) Starting from provided minimum and maximum values, this method expands the range (i.e.void
BisectionSingleRootEstimator.estimate()
Estimates a single root of the provided single dimension function contained within a given bracket of values.void
BrentSingleRootEstimator.estimate()
Estimates a local root for a given single dimension function being evaluated by provided listener.void
FalsePositionSingleRootEstimator.estimate()
Estimates a single root of the provided single dimension function contained within a given bracket of values.void
LaguerrePolynomialRootsEstimator.estimate()
Estimates the roots of provided polynomial.void
NewtonRaphsonSingleRootEstimator.estimate()
Estimates a local root for a given single dimension function being evaluated by provided listener.void
RidderSingleRootEstimator.estimate()
Estimates a local root for a given single dimension function being evaluated by provided listener.void
RootEstimator.estimate()
Estimates the root or roots for a given function.void
SafeNewtonRaphsonSingleRootEstimator.estimate()
Estimates a local root for a given single dimension function being evaluated by provided listener.void
SecantSingleRootEstimator.estimate()
Estimates a local root for a given single dimension function being evaluated by provided listener.void
SecondDegreePolynomialRootsEstimator.estimate()
Estimates the roots of provided polynomial.void
ThirdDegreePolynomialRootsEstimator.estimate()
Estimates the roots of provided polynomial.private void
LaguerrePolynomialRootsEstimator.internalLaguer
(com.irurueta.algebra.Complex[] a, com.irurueta.algebra.Complex x, int[] its) Internal method to compute a root after decomposing and decreasing the degree of the polynomial.