kmath-core
/
space.kscience.kmath.nd
/
structureND
common
structure
N
D
fun <
T
,
A
:
Algebra
<
T
>>
BufferAlgebraND
<
T
,
A
>.
structureND
(vararg shape:
Int
, initializer:
A
.(
IntArray
) ->
T
):
BufferND
<
T
>
Content copied to clipboard
fun <
T
,
EA
:
Algebra
<
T
>,
A
:
BufferAlgebraND
<
T
,
EA
>,
WithShape
>
A
.
structureND
(initializer:
EA
.(
IntArray
) ->
T
):
BufferND
<
T
>
Content copied to clipboard
fun <
T
,
A
:
Algebra
<
T
>>
AlgebraND
<
T
,
A
>.
structureND
(shapeFirst:
Int
, vararg shapeRest:
Int
, initializer:
A
.(
IntArray
) ->
T
):
StructureND
<
T
>
Content copied to clipboard