Package-level declarations

Types

Link copied to clipboard

A simple one-pass integrator based on Gauss rule

Link copied to clipboard
class CMIntegrator(defaultMaxCalls: Int = 200, val integratorBuilder: (Integrand) -> UnivariateIntegrator) : Integrator<UnivariateIntegrand<Double>>

Integration wrapper for Common-maths UnivariateIntegrator