Matrix.resize

Resize matrix (keep left top). Alias to cast(Matrix!(T, V, U)) Matrix!(T, H, W)

struct Matrix(T, size_t H, size_t W)
Matrix!(T, V, U)
resize
(
size_t V
size_t U
)
()
if (
V > 0 &&
U > 0
)
if (
isNumeric!T &&
W > 0
&&
H > 0
)

Meta