JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Type Parameters:
T - Type of the function output and result
U - Type of the integration bounds
V - Type of the function to be integrated (e.g. Function ,
All Known Implementing Classes:
AdaptiveCompositeIntegrator1D , ExtendedTrapezoidIntegrator1D , GaussHermiteQuadratureIntegrator1D , GaussianQuadratureIntegrator1D , GaussJacobiQuadratureIntegrator1D , GaussLaguerreQuadratureIntegrator1D , GaussLegendreQuadratureIntegrator1D , Integrator1D , Integrator2D , IntegratorRepeated2D , RombergIntegrator1D , RungeKuttaIntegrator1D , SimpsonIntegrator1D
public interface Integrator<T,U,V>
Interface for integration. The function to be integrated can be multi-dimensional. The result
of the integration does not have to be the same type as the integration bounds.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright 2009-Present by OpenGamma Inc. and individual contributors Apache v2 licensed Additional documentation can be found at strata.opengamma.io .