Interface RealIntegral

All Known Implementing Classes:
AbstractRealIntegral, MonteCarloIntegrator, RombergRealIntegration, SimpsonRealIntegrator, TrapezoidalRealIntegrator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface RealIntegral
Interface for real integral. An integral is a map which maps a DoubleUnaryOperator to a double. This is a functional interface.
Version:
1.0
Author:
Christian Fries
  • Method Summary

    Modifier and Type Method Description
    double integrate​(DoubleUnaryOperator integrand)