kmath
0.3.1-dev-RC
common
kmath-functions
/
space.kscience.kmath.integration
/
Integrand
Integrand
interface
Integrand
:
Featured
<
IntegrandFeature
>
(
source
)
Inheritors
MultivariateIntegrand
UnivariateIntegrand
Members
Members & Extensions
Functions
get
Feature
Link copied to clipboard
open
override
fun
<
T
:
IntegrandFeature
>
getFeature
(
type
:
KClass
<
out
T
>
)
:
T
?
get
Feature
Link copied to clipboard
inline
fun
<
T
:
IntegrandFeature
>
Integrand
.
getFeature
(
)
:
T
?
Properties
calls
Link copied to clipboard
val
Integrand
.
calls
:
Int
features
Link copied to clipboard
abstract
val
features
:
FeatureSet
<
IntegrandFeature
>