kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.nd
/
MutableStructure2D
/
set
set
abstract
operator
fun
set
(
i
:
Int
,
j
:
Int
,
value
:
T
)
(
source
)
Inserts an item at the specified indices.
Parameters
i
the first index.
j
the second index.
value
the value.