[][src]Function na::try_inverse

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

use the .try_inverse() method instead

Tries to gets an inverted copy of a square matrix.

See also: