[][src]Function na::inverse

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

use the .inverse() method instead

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

See also: