bettercmath v0.2.0 (2020-12-28T03:15:07Z)
Dub
Repo
transposed
bettercmath
matrix
Returns a transposed copy of
mat
.
@
safe
@
nogc
pure nothrow
Matrix
!(
T
,
R
,
C
)
transposed
(
T
uint
C
uint
R
)
(
const
auto
ref
Matrix
!(
T
,
C
,
R
)
mat
)
Meta
Source
See Implementation
bettercmath
matrix
enums
isMatrix
functions
transpose
transposed
structs
Matrix
Returns a transposed copy of mat.