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.
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,The inverse of the matrix m.