CMGaussRuleIntegrator
class CMGaussRuleIntegrator(numpoints: Int, type: CMGaussRuleIntegrator.GaussRule) : Integrator<UnivariateIntegrand<Double>>
Content copied to clipboard
A simple one-pass integrator based on Gauss rule
Constructors
Link copied to clipboard
fun CMGaussRuleIntegrator(numpoints: Int, type: CMGaussRuleIntegrator.GaussRule = GaussRule.LEGANDRE)
Content copied to clipboard
Types
Functions
Link copied to clipboard
open override fun process(integrand: UnivariateIntegrand<Double>): UnivariateIntegrand<Double>
Content copied to clipboard