kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.nd
/
get
get
@
PerformancePitfall
operator
fun
<
T
>
StructureND
<
T
>
.
get
(
vararg
index
:
Int
)
:
T
(
source
)
Returns the value at the specified indices.
Return
the value.
Parameters
index
the indices.
operator
fun
StructureND
<
Double
>
.
get
(
vararg
index
:
Int
)
:
Double
(
source
)
operator
fun
StructureND
<
Int
>
.
get
(
vararg
index
:
Int
)
:
Int
(
source
)