Function vec_to_array_view2

Source
pub fn vec_to_array_view2(
    vec: &[f64],
    nr: usize,
    nc: usize,
) -> ArrayView2<'_, f64>