Package dev.nm.analysis.integration.univariate.riemann
-
Interface Summary Interface Description Integrator This defines the interface for the numerical integration of definite integrals of univariate functions.IterativeIntegrator An iterative integrator computes an integral by a series of sums, which approximates the value of the integral. -
Class Summary Class Description ChangeOfVariable Change of variable can easy the computation of some integrals, such as improper integrals.Riemann This is a wrapper class that integrates a function by using an appropriate integrator together with Romberg's method.