Skip to main content

ndarray_to_numpy

Function ndarray_to_numpy 

Source
pub fn ndarray_to_numpy<'py>(
    py: Python<'py>,
    array: Array2<f64>,
) -> PyResult<Py<PyArray2<f64>>>
Expand description

Convert ndarray Array2<f64> to NumPy array