[][src]Function na::try_inverse

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

Tries to gets an inverted copy of a square matrix.

See also: