kmath
0.3.1-dev-RC
common
kmath-functions
/
space.kscience.kmath.integration
/
GaussIntegratorRuleFactory
Gauss
Integrator
Rule
Factory
interface
GaussIntegratorRuleFactory
:
IntegrandFeature
(
source
)
Inheritors
GaussLegendreRuleFactory
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
Functions
build
Link copied to clipboard
abstract
fun
build
(
numPoints
:
Int
)
:
Pair
<
Buffer
<
Double
>
,
Buffer
<
Double
>
>
build
Link copied to clipboard
fun
GaussIntegratorRuleFactory
.
build
(
numPoints
:
Int
,
range
:
ClosedRange
<
Double
>
)
:
Pair
<
Buffer
<
Double
>
,
Buffer
<
Double
>
>
Create an integration rule by scaling existing normalized rule
to
String
Link copied to clipboard
abstract
override
fun
toString
(
)
:
String
Properties
key
Link copied to clipboard
open
val
key
:
FeatureKey
<
IntegrandFeature
>