pub fn inverse<T: RealNumber, const D: usize>(
    m: &TMat<T, D, D>
) -> TMat<T, D, D>
Expand description

The inverse of the matrix m.