UnivariateIntegrationNodes

class UnivariateIntegrationNodes(nodes: Buffer<Double>) : IntegrandFeature

Constructors

UnivariateIntegrationNodes
Link copied to clipboard
fun UnivariateIntegrationNodes(vararg nodes: Double)

Functions

toString
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>

Sources

common source
Link copied to clipboard