kmath
0.3.1-dev-RC
common
kmath-functions
/
space.kscience.kmath.integration
/
UnivariateIntegrationNodes
Univariate
Integration
Nodes
class
UnivariateIntegrationNodes
(
val
nodes
:
Buffer
<
Double
>
)
:
IntegrandFeature
(
source
)
Members
Constructors
Univariate
Integration
Nodes
Link copied to clipboard
constructor
(
vararg
nodes
:
Double
)
constructor
(
nodes
:
Buffer
<
Double
>
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
key
Link copied to clipboard
open
val
key
:
FeatureKey
<
IntegrandFeature
>
nodes
Link copied to clipboard
val
nodes
:
Buffer
<
Double
>