inv_ndarray

Function inv_ndarray 

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

Computes the inverse of a matrix.