Function array_math::inv_matrix

source ·
pub fn inv_matrix<T, const N: usize>(
    matrix: &[[T; N]; N]
) -> Option<[[T; N]; N]>