CMIntegrator

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

Integration wrapper for Common-maths UnivariateIntegrator

Constructors

Link copied to clipboard
constructor(defaultMaxCalls: Int = 200, integratorBuilder: (Integrand) -> UnivariateIntegrator)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Properties