Function nalgebra_glm::transpose

source ·
pub fn transpose<N: Scalar, R: Dimension, C: Dimension>(
    x: &TMat<N, R, C>
) -> TMat<N, C, R>where
    DefaultAllocator: Alloc<N, R, C>,
Expand description

The transpose of the matrix m.