Function bmatrix

Source
pub fn bmatrix<I>(rows: I) -> MathML
where 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 ]