[][src]Function nalgebra::inverse

pub fn inverse<M: TwoSidedInverse<Multiplicative>>(m: &M) -> M
Deprecated:

use the .inverse() method instead

Computes the multiplicative inverse of an (always invertible) algebraic entity.

See also: