The following code section will panic: ``` let a = array!([[1.2, 2.3, 5.5]]); let a2 = a.into_nalgebra(); ```