CMGaussRuleIntegrator

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

A simple one-pass integrator based on Gauss rule

Constructors

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

Types

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

Functions

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

Sources

Link copied to clipboard