Companion

object Companion

Functions

legandre
Link copied to clipboard
fun legandre(numPoints: Int, defaultMaxCalls: Int = numPoints * 5): CMIntegrator
Create a Gauss-Legandre integrator based on IterativeLegendreGaussIntegrator
simpson
Link copied to clipboard
fun simpson(defaultMaxCalls: Int = 200): CMIntegrator
Create a Simpson integrator based on SimpsonIntegrator

Sources

jvm source
Link copied to clipboard