pub fn scirs_array2_to_numpy<T: Element>( array: Array2<T>, py: Python<'_>, ) -> PyResult<Py<PyArray2<T>>>
Convert scirs2 Array2 to NumPy