Matrix.transpose

Transpose Current Matrix.

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

Meta