kmath
common
kmath-memory
/
space.kscience.kmath.memory
/
writeArray
write
Array
common
fun
<
T
:
Any
>
MemoryWriter
.
writeArray
(
spec
:
MemorySpec
<
T
>
,
offset
:
Int
,
array
:
Array
<
T
>
)
Content copied to clipboard
Writes
array
of objects mapped by
spec
at certain
offset
.
Sources
common source
Link copied to clipboard