kmath
0.3.1-dev-RC
common
kmath-functions
/
space.kscience.kmath.integration
/
MultivariateIntegrand
Multivariate
Integrand
class
MultivariateIntegrand
<
T
:
Any
>
:
Integrand
(
source
)
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
?
plus
Link copied to clipboard
operator
fun
<
F
:
IntegrandFeature
>
plus
(
feature
:
F
)
:
MultivariateIntegrand
<
T
>
Properties
calls
Link copied to clipboard
val
Integrand
.
calls
:
Int
features
Link copied to clipboard
open
override
val
features
:
FeatureSet
<
IntegrandFeature
>
function
Link copied to clipboard
val
function
:
(
Point
<
T
>
)
->
T
value
Link copied to clipboard
val
<
T
:
Any
>
MultivariateIntegrand
<
T
>
.
value
:
T
?