CMGaussRuleIntegrator

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

A simple one-pass integrator based on Gauss rule

Constructors

CMGaussRuleIntegrator
Link copied to clipboard
fun CMGaussRuleIntegrator(numpoints: Int, type: CMGaussRuleIntegrator.GaussRule = GaussRule.LEGANDRE)

Types

Companion
Link copied to clipboard
object Companion
GaussRule
Link copied to clipboard
enum GaussRule : Enum<CMGaussRuleIntegrator.GaussRule>

Functions

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

Sources

jvm source
Link copied to clipboard