pub fn inverse_transpose<N: Real, D: Dimension>(
    m: TMat<N, D, D>
) -> TMat<N, D, D>where
    DefaultAllocator: Alloc<N, D, D>,
Expand description

Compute the transpose of the inverse of a matrix.