Function nalgebra::inverse [] [src]

pub fn inverse<M: Inverse>(m: &M) -> Option<M>

Gets an inverted copy of a matrix.