Function nalgebra::try_inverse[][src]

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

use the .try_inverse() method instead

Tries to gets an inverted copy of a square matrix.

See also: