Function Bmatrix

Source
pub fn Bmatrix<I>(rows: I) -> MathML
where I: IntoIterator<Item = MathML>,
Expand description

Renders a matrix with curly brackets.

§Input

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

§Output

{ a b c d }