Matrix.translate

In-place translate by (v, 1)

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

Meta