Class Integrator2D<T,​U>

  • Type Parameters:
    T - the type of the function output and result
    U - the type of the function inputs and integration bounds
    All Implemented Interfaces:
    Integrator<T,​U,​BiFunction<U,​U,​T>>
    Direct Known Subclasses:
    IntegratorRepeated2D

    public abstract class Integrator2D<T,​U>
    extends Object
    implements Integrator<T,​U,​BiFunction<U,​U,​T>>
    Class for defining the integration of 2-D functions.
    • Constructor Detail

      • Integrator2D

        public Integrator2D()