Companion

object Companion

Functions

Link copied to clipboard
fun legandre(numPoints: Int, defaultMaxCalls: Int = numPoints * 5): CMIntegrator

Create a Gauss-Legandre integrator based on IterativeLegendreGaussIntegrator

Link copied to clipboard
fun simpson(defaultMaxCalls: Int = 200): CMIntegrator

Create a Simpson integrator based on SimpsonIntegrator

Sources

Link copied to clipboard