Interface Integrator<T,​U,​V>

    • Method Detail

      • integrate

        T integrate​(V f,
                    U[] lower,
                    U[] upper)
        Parameters:
        f - The function to be integrated, not null
        lower - The array of lower bounds of integration, not null or empty
        upper - The array of upper bounds of integration, not null or empty
        Returns:
        The result of the integral