I can't manage to put horizontally a matrix which is pretty long. The result I have currently is formatted in landscape and I don't want to have this landscape for this figure.
Here the Latex source of this matrix :
Code: Select all
\begin{flalign*}
Cov \left[ V_{ijkl} \left( \ell, \ell ' \right) \right] =
\begin{bmatrix}
V_{0000} \left( \ell_0 \right) & 0 & \cdots & V_{0001} \left( \ell_0 \right) & 0 & \cdots & V_{0010} \left( \ell_0 \right) & \cdots & 0\\
0 & V_{0000} \left( \ell_1 \right) & \cdots & 0 & V_{0001} \left( \ell_1 \right) & \cdots & 0 \cdots & 0 \\
\cdots & \cdots & \cdots & \cdots& \cdots & \cdots & \cdots & \cdots & \cdots \\
V_{0100} \left( \ell_0 \right) & 0 & \cdots & V_{0101} \left( \ell_0 \right) & 0 & \cdots & V_{0110} \left( \ell_0 \right) & \cdots & 0\\
0 & V_{0100} \left( \ell_1 \right) & \cdots & 0 & V_{0101} \left( \ell_1 \right) & \cdots & 0 \cdots & 0 \\
\cdots & \cdots & \cdots & \cdots& \cdots & \cdots & \cdots & \cdots & \cdots \\
0 & \cdots & V_{1000} \left( \ell_N \right) & 0 & \cdots & V_{1001} \left( \ell_N \right) & 0 & 0 & V_{1010} \left( \ell_N \right)\\
\end{bmatrix} & &
\end{flalign*}
and the rendering that I would like to get :

Any help is welcome to have this matrix figure horizontally.
Regards