phobos-next v0.3.7 (2020-07-28T23:34:39Z)
Home
Dub
Repo
Matrix.this
old_geometry
Matrix
Undocumented in source.
this
(Args args)
this
(T mat)
this
(T mat)
struct
Matrix
(E, uint rows_, uint cols_, Layout layout = Layout.rowMajor)
this
(
T
)
(
T
mat
)
if
(
isMatrix
!
T
&&
(
T.cols
<
cols
)
&&
(
T.rows
<
rows
)
)
if
(
rows_
>= 1 &&
cols_
>= 1
)
this
(E value)
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