pub fn det_ndarray<T>(a: &Array2<T>) -> LapackResult<T>where T: Field + Clone + Zeroable,
Computes the determinant of a matrix.