Function twenty_first::shared_math::other::transpose
source · Expand description
Matrix transpose
[a b c]
[d e f]
returns
[a d]
[b e]
[c f]
Assumes that input is regular.
Matrix transpose
[a b c]
[d e f]
returns
[a d]
[b e]
[c f]
Assumes that input is regular.