finMath lib documentation

Uses of Interface
net.finmath.compatibility.java.util.function.DoubleUnaryOperator

Packages that use DoubleUnaryOperator
net.finmath.integration Provides algorithms for numerical integration and wrappers to libraries with algorithms for numerical integration. 
 

Uses of DoubleUnaryOperator in net.finmath.integration
 

Methods in net.finmath.integration with parameters of type DoubleUnaryOperator
 double SimpsonRealIntegrator.integrate(DoubleUnaryOperator integrand)
           
 double RealIntegralInterface.integrate(DoubleUnaryOperator integrand)
           
 double MonteCarloIntegrator.integrate(DoubleUnaryOperator integrand)
           
abstract  double AbstractRealIntegral.integrate(DoubleUnaryOperator integrand)
           
 


Copyright © 2014 Christian P. Fries.

Copyright © 2014. All rights reserved.