Function inverse

Source
pub fn inverse<T, const D: usize>(
    m: &Matrix<T, Const<D>, Const<D>, ArrayStorage<T, D, D>>,
) -> Matrix<T, Const<D>, Const<D>, ArrayStorage<T, D, D>>
where T: RealNumber,
Expand description

The inverse of the matrix m.