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
CMGaussRuleIntegrator
Link copied to clipboard
fun CMGaussRuleIntegrator(numpoints: Int, type: CMGaussRuleIntegrator.GaussRule = GaussRule.LEGANDRE)
Content copied to clipboard
Types
Functions
process
Link copied to clipboard
open override fun process(integrand: UnivariateIntegrand<Double>): UnivariateIntegrand<Double>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard