-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleintegrate(DoubleUnaryOperator integrand)
-
-
-
Method Detail
-
integrate
double integrate(DoubleUnaryOperator integrand)
-
-