Package space.kscience.kmath.commons.integration

Types

Link copied to clipboard
class CMGaussRuleIntegrator(numpoints: Int, type: CMGaussRuleIntegrator.GaussRule) : Integrator<UnivariateIntegrand<Double>>

A simple one-pass integrator based on Gauss rule

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

Integration wrapper for Common-maths UnivariateIntegrator

Properties

Link copied to clipboard
Link copied to clipboard