pub fn value_ptr_mut<T: Scalar, const R: usize, const C: usize>(
    x: &mut TMat<T, R, C>
) -> &mut [T]
Expand description

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