Matrix.toMathML

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