Function mathml_core::helpers::matrix

source ·
pub fn matrix<I>(rows: I) -> MathMLwhere
    I: IntoIterator<Item = MathML>,
Expand description

Renders a matrix without vertical bars.

Input

\begin{matrix} a & b \\ c & d \end{matrix}

Output

a b c d