transpose

Transpose a square matrix inplace.

@safe @nogc pure nothrow ref
Matrix!(T, C, C)
transpose
(
T
uint C
)
(
ref return Matrix!(T, C, C) mat
)

Meta