Function nalgebra::inverse [−][src]
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.