Function descartes::try_inverse[][src]

pub fn try_inverse<M>(m: &M) -> Option<M> where
    M: SquareMatrix, 

Tries to gets an inverted copy of a square matrix.