kmath
0.3.1-dev-RC
jvm
kmath-commons
/
space.kscience.kmath.commons.integration
/
CMGaussRuleIntegrator
/
Companion
/
integrate
integrate
fun
integrate
(
range
:
ClosedRange
<
Double
>
,
numPoints
:
Int
=
100
,
type
:
CMGaussRuleIntegrator.GaussRule
=
GaussRule.LEGANDRE
,
function
:
(
Double
)
->
Double
)
:
Double
(
source
)