Matrix.setMatrix

struct Matrix(T, int RowSize, int ColSize)
setMatrix
(
M
)
(
M mat
,
in int offsetR = 0
,
in int offsetC = 0
)
if (
__traits(isArithmetic, T) &&
RowSize > 0
&&
ColSize > 0
)

Meta