kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.nd
/
BufferAlgebraND
/
structureND
structure
ND
open
override
fun
structureND
(
shape
:
ShapeND
,
initializer
:
A
.
(
IntArray
)
->
T
)
:
BufferND
<
T
>
(
source
)
Produces a new
StructureND
using given initializer function.