Matrix has complex numbers! Here we only display the real part.
Matrix has infinite values! Positive infinite values were replaced with a very big number and negative infinite values were replaced with a very small number before displaying the matrix.
Matrix shape {{ original_matrix_shape }}
{% if is_default_slice %} {% if not given_slice %} You have not entered a slice. {% else %} The given slice {{ given_slice }} has not produced a 2d view of the data. {% endif %} The above view was produced by the default slice {{ slice_used }}. {% else %} Current slice {{ slice_used }}. {% endif %}