public class IntegratorRepeated2D extends Integrator2D<Double,Double>
Integrator1D.| Constructor and Description |
|---|
IntegratorRepeated2D(Integrator1D<Double,Double> integrator1D)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
integrate(BiFunction<Double,Double,Double> f,
Double[] lower,
Double[] upper) |
public IntegratorRepeated2D(Integrator1D<Double,Double> integrator1D)
integrator1D - the 1-D integrator to be used for each repeated integralpublic Double integrate(BiFunction<Double,Double,Double> f, Double[] lower, Double[] upper)
f - The function to be integrated, not nulllower - The array of lower bounds of integration, not null or emptyupper - The array of upper bounds of integration, not null or emptyCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.