Package-level declarations
Types
Link copied to clipboard
class CMGaussRuleIntegrator(numpoints: Int, type: CMGaussRuleIntegrator.GaussRule = GaussRule.LEGANDRE) : Integrator<UnivariateIntegrand<Double>>
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