UnivariateIntegrand

class UnivariateIntegrand<T> : Integrand

Functions

getFeature
Link copied to clipboard
open override fun <T : IntegrandFeature> getFeature(type: KClass<out T>): T?
plus
Link copied to clipboard
operator fun <F : IntegrandFeature> plus(feature: F): UnivariateIntegrand<T>

Properties

features
Link copied to clipboard
open override val features: FeatureSet<IntegrandFeature>
function
Link copied to clipboard
val function: (Double) -> T

Extensions

value
Link copied to clipboard
val <T : Any> UnivariateIntegrand<T>.value: T
Value of the integrand or error
valueOrNull
Link copied to clipboard
val <T : Any> UnivariateIntegrand<T>.valueOrNull: T?
Value of the integrand if it is present or null

Sources

common source
Link copied to clipboard