kmath
0.3.1-dev-RC
common
kmath-tensors
/
space.kscience.kmath.tensors.core
/
forEachMatrix
for
Each
Matrix
inline
fun
DoubleTensor
.
forEachMatrix
(
block
:
(
index
:
IntArray
,
matrix
:
DoubleTensor2D
)
->
Unit
)
(
source
)