Package | Description |
---|---|
net.finmath.integration |
Provides algorithms for numerical integration and wrappers to libraries with algorithms for numerical integration.
|
Modifier and Type | Method and Description |
---|---|
double |
SimpsonRealIntegrator.integrate(DoubleUnaryOperator integrand) |
double |
RealIntegralInterface.integrate(DoubleUnaryOperator integrand) |
double |
MonteCarloIntegrator.integrate(DoubleUnaryOperator integrand) |
abstract double |
AbstractRealIntegral.integrate(DoubleUnaryOperator integrand) |
Copyright © 2014. All rights reserved.