det_ndarray

Function det_ndarray 

Source
pub fn det_ndarray<T>(a: &Array2<T>) -> LapackResult<T>
where T: Field + Clone + Zeroable,
Expand description

Computes the determinant of a matrix.