finMath lib documentation

net.finmath.integration
Interface RealIntegralInterface

All Known Implementing Classes:
AbstractRealIntegral, MonteCarloIntegrator, SimpsonRealIntegrator

public interface RealIntegralInterface

Interface for real integral. An integral is a map which maps a DoubleUnaryOperator to a double. This is a functional interface.

Author:
Christian Fries

Method Summary
 double integrate(DoubleUnaryOperator integrand)
           
 

Method Detail

integrate

double integrate(DoubleUnaryOperator integrand)

Copyright © 2014 Christian P. Fries.

Copyright © 2014. All rights reserved.