phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Matrix.opCall
old_geometry
Matrix
Undocumented in source. Be warned that the author may not have intended to support it.
inout
(
E
)
opCall
(uint row, uint col)
inout
(
E
)
opCall
(uint row, uint col)
struct
Matrix
(E, uint rows_, uint cols_, Layout layout = Layout.rowMajor)
ref inout
static if
(!(
layout == Layout.rowMajor
))
inout
(
E
)
opCall
()
(
uint
row
,
uint
col
)
if
(
rows_
>= 1 &&
cols_
>= 1
)
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