phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
Matrix._matrix
old_geometry
Matrix
Matrix
row-major
in memory.
struct
Matrix
(E, uint rows_, uint cols_, Layout layout = Layout.rowMajor)
E
[
cols
][
rows
]
_matrix
;
Meta
Source
See Implementation
old_geometry
Matrix
constructors
this
functions
clear
makeIdentity
toPrettyString
toString
transpose
transposed
static functions
identity
variables
_matrix
Matrix row-major in memory.