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