Function nalgebra::inverse

source ·
pub fn inverse<M: Inverse<Multiplicative>>(m: &M) -> M
Expand description

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

See also: