phobos-next v0.3.7 (2020-07-28T23:34:39Z)
Home
Dub
Repo
Matrix.toMathML
old_geometry
Matrix
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Matrix
(E, uint rows_, uint cols_, Layout layout = Layout.rowMajor)
@
property
const
string
toMathML
()
(
)
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