Function vec2_to_vec1

Source
pub fn vec2_to_vec1<T>(
    v: &Matrix<T, Const<2>, Const<1>, ArrayStorage<T, 2, 1>>,
) -> Matrix<T, Const<1>, Const<1>, ArrayStorage<T, 1, 1>>
where T: Scalar,
Expand description

Creates a 1D vector from another vector.

ยงSee also: