Function nalgebra::try_inverse [] [src]

pub fn try_inverse<M: AlgaSquareMatrix>(m: &M) -> Option<M>

Tries to gets an inverted copy of a square matrix.