bettercmath v0.2.0 (2020-12-28T03:15:07Z)
Dub
Repo
transpose
bettercmath
matrix
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
Source
See Implementation
bettercmath
matrix
enums
isMatrix
functions
transpose
transposed
structs
Matrix
Transpose a square matrix inplace.