Matrix.transposed

Returns a transposed copy of this matrix

struct Matrix(T, int R, int C)
@nogc pure const nothrow
Matrix!(T, C, R)
transposed
()

Return Value

Type: Matrix!(T, C, R)

transposed matrice.

Meta