Uses of Interface
net.finmath.integration.RealIntegral
Packages that use RealIntegral
Package
Description
Provides algorithms for numerical integration and wrappers to libraries with algorithms for numerical integration.
-
Uses of RealIntegral in net.finmath.integration
Classes in net.finmath.integration that implement RealIntegralModifier and TypeClassDescriptionclass
A real integral with lower and upper integration bounds.class
A simple integrator using Monte-Carlo integration.class
Implements a Romberg integrator.class
A simple integrator using Simpson's rule.class
A simple integrator using the trapezoidal rule.