Uses of Class
com.irurueta.numerical.roots.SingleRootEstimator

Packages that use SingleRootEstimator
Package
Description
This package contains classes to find function roots.
  • Uses of SingleRootEstimator in com.irurueta.numerical.roots

    Modifier and Type
    Class
    Description
    class 
    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 
    Finds a single dimensional function's root within a bracket of values using Newton-Raphson's method.
    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.