pub fn arrayd_into_mat<T>(arr: ArrayD<T>) -> Mat<T>where T: Zeroable + Field + Clone,
Converts an ndarray ArrayD to an OxiBLAS Mat, consuming the array.
Panics if the array is not 2-dimensional.