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

Compute the transpose of the inverse of a matrix.