Function value_ptr

Source
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,
Expand description

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