Interface Polynomial1DRootFinder<T>

    • Method Detail

      • getRoots

        T[] getRoots​(RealPolynomialFunction1D function)
        Parameters:
        function - The function, not null
        Returns:
        The roots of the function