phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Matrix._matrix
old_geometry
Matrix
Undocumented in source.
E
[
cols
][
rows
]
_matrix
;
E
[
rows
][
cols
]
_matrix
;
struct
Matrix
(E, uint rows_, uint cols_, Layout layout = Layout.rowMajor)
static if
(!(
layout == Layout.rowMajor
))
E
[
rows
][
cols
]
_matrix
;
Meta
Source
See Implementation
old_geometry
Matrix
aliases
T
id
mT
constructors
this
enums
isCompatibleMatrix
isCompatibleVector
functions
at
clear
makeIdentity
opCall
transpose
properties
identity
toLaTeX
toMathML
toPrettyString
toString
transposed
static functions
isCompatibleMatrixImpl
isCompatibleVectorImpl
static variables
cols
rows
variables
_matrix