kmath
common
kmath-core
/
space.kscience.kmath.structures
/
MemoryBuffer
/
Companion
/
create
create
common
fun
<
T
:
Any
>
create
(
spec
:
MemorySpec
<
T
>
,
size
:
Int
)
:
MemoryBuffer
<
T
>
Content copied to clipboard
inline
fun
<
T
:
Any
>
create
(
spec
:
MemorySpec
<
T
>
,
size
:
Int
,
initializer
:
(
Int
)
->
T
)
:
MemoryBuffer
<
T
>
Content copied to clipboard