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