Class Integrator1D<T,U>
- java.lang.Object
-
- com.opengamma.strata.math.impl.integration.Integrator1D<T,U>
-
- Type Parameters:
T- Type of the function output and resultU- Type of the function inputs and integration bounds
- All Implemented Interfaces:
Integrator<T,U,Function<U,T>>
- Direct Known Subclasses:
AdaptiveCompositeIntegrator1D,ExtendedTrapezoidIntegrator1D,GaussianQuadratureIntegrator1D,RombergIntegrator1D,RungeKuttaIntegrator1D,SimpsonIntegrator1D
public abstract class Integrator1D<T,U> extends Object implements Integrator<T,U,Function<U,T>>
Class for defining the integration of 1-D functions.
-
-
Constructor Summary
Constructors Constructor Description Integrator1D()
-