Function nalgebra_glm::value_ptr_mut[][src]

Important traits for &'a [u8]
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>, 

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