Matrix.scalarDivide

Divides each element by each element of matrices

struct Matrix(T, size_t H, size_t W)
scalarDivide
(
R
)
(
in Matrix!(R, W, H) b
)
if (
isNumeric!T &&
W > 0
&&
H > 0
)

Meta