core_array2_to_py

Function core_array2_to_py 

Source
pub fn core_array2_to_py<'py, T>(
    py: Python<'py>,
    array: &Array2<T>,
) -> PyResult<Py<PyArray2<T>>>
where T: Clone + Element,
Expand description

Convert an ndarray Array2 into a Python-owned NumPy array object