{{ title }}

{% if has_complex_numbers %}

Matrix has complex numbers! Here we only display the real part.

{% endif %} {% if show_slice_info %}

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 %}
{% endif %}