Integrator

interface Integrator<I : Integrand>

A general interface for all integrators.

Functions

process
Link copied to clipboard
abstract fun process(integrand: I): I
Runs one integration pass and return a new Integrand with a new set of features.

Inheritors

GaussIntegrator
Link copied to clipboard
SimpsonIntegrator
Link copied to clipboard
DoubleSimpsonIntegrator
Link copied to clipboard
SplineIntegrator
Link copied to clipboard
DoubleSplineIntegrator
Link copied to clipboard

Sources

common source
Link copied to clipboard