pub fn value_ptr_mut<N: Scalar, R: Dimension, C: Dimension>(
    x: &mut TMat<N, R, C>
) -> &mut [N] where
    DefaultAllocator: Alloc<N, R, C>,
Expand description

Converts a matrix or vector to a mutable slice arranged in column-major order.