phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
Matrix.transposed
old_geometry
Matrix
struct
Matrix
(E, uint rows_, uint cols_, Layout layout = Layout.rowMajor)
@
property
const
Matrix
!(
E
,
cols
,
rows
)
transposed
()
(
)
if
(
rows_
>= 1 &&
cols_
>= 1
)
Return Value
Type:
Matrix
!(
E
,
cols
,
rows
)
a transposed copy of the matrix.
Meta
Source
See Implementation
old_geometry
Matrix
constructors
this
functions
clear
makeIdentity
toPrettyString
toString
transpose
transposed
static functions
identity
variables
_matrix