Interface SingleRootFinder<S,​T>

    • Method Detail

      • getRoot

        S getRoot​(Function<S,​T> function,
                  S... roots)
        Finds the root.
        Parameters:
        function - the function, not null
        roots - the roots, not null
        Returns:
        a root lying between x1 and x2