pub fn value_ptr<T, const R: usize, const C: usize>( x: &Matrix<T, Const<R>, Const<C>, ArrayStorage<T, R, C>>, ) -> &[T]where T: Scalar,
Converts a matrix or vector to a slice arranged in column-major order.