kmath
common
kmath-memory
/
space.kscience.kmath.memory
/
readArray
read
Array
common
inline
fun
<
T
:
Any
>
MemoryReader
.
readArray
(
spec
:
MemorySpec
<
T
>
,
offset
:
Int
,
size
:
Int
)
:
Array
<
T
>
Content copied to clipboard
Reads array of
size
objects mapped by
spec
at certain
offset
.
Sources
common source
Link copied to clipboard