I get the following error when multiplying two SizedArrays `conversion to pointer not defined for SizedArray{Tuple{20,20},Float64,2,2}` This occurs when the the `_mul` method passes the arrays to BLAS, and the error happens on the `ccal` in `mul_blas!`.