kmath-dimensions
/
space.kscience.kmath.dimensions
/
DMatrixContext
/
produce
common
produce
inline fun <
R
:
Dimension
,
C
:
Dimension
>
produce
(noinline initializer:
A
.(i:
Int
, j:
Int
) ->
T
):
DMatrix
<
T
,
R
,
C
>
Content copied to clipboard
Produce a matrix with this context and given dimensions
Sources
common source
Link copied to clipboard