Integrator

interface Integrator<I : Integrand>

A general interface for all integrators.

Functions

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard