Skip to main content

inv

Function inv 

Source
pub fn inv(
    A: &ArrayBase<OwnedRepr<f64>, Dim<[usize; 2]>>,
) -> Result<ArrayBase<OwnedRepr<f64>, Dim<[usize; 2]>>, LinalgError>
Expand description

Compute matrix inverse using the default backend