Matrix.transpose

Transpose Current Matrix.

struct Matrix(E, uint rows_, uint cols_, Layout layout = Layout.rowMajor)
static if(rows == cols)
void
transpose
()
()
if (
rows_ >= 1 &&
cols_ >= 1
)

Meta