Class Integrator2D<T,U>
- java.lang.Object
-
- com.opengamma.strata.math.impl.integration.Integrator2D<T,U>
-
- Type Parameters:
T
- the type of the function output and resultU
- 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 Summary
Constructors Constructor Description Integrator2D()
-