CMGaussRuleIntegrator
class CMGaussRuleIntegrator(numpoints: Int, type: CMGaussRuleIntegrator.GaussRule = GaussRule.LEGANDRE) : Integrator<UnivariateIntegrand<Double>> (source)
A simple one-pass integrator based on Gauss rule
A simple one-pass integrator based on Gauss rule