Matrix.scale

In-place matrix scaling.

struct Matrix(T, int R, int C)
pure nothrow
static if(isSquare && R > 1)
void
scale
(
Vector!(T, R - 1) v
)

Meta