Function mathml_core::helpers::bmatrix

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

Renders a matrix with brackets.

Input

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

Output

[ a b c d ]