CMIntegrator

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

Integration wrapper for Common-maths UnivariateIntegrator

Constructors

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun process(integrand: UnivariateIntegrand<Double>): UnivariateIntegrand<Double>

Properties

Link copied to clipboard
val integratorBuilder: (Integrand) -> UnivariateIntegrator

Sources

Link copied to clipboard