pub fn matrix<I>(rows: I) -> MathMLwhere I: IntoIterator<Item = MathML>,
Renders a matrix without vertical bars.
\begin{matrix} a & b \\ c & d \end{matrix}