pub fn numpy_to_scirs_array2<T: Element + Clone>( array: &Bound<'_, PyArray2<T>>, ) -> PyResult<Array2<T>>
Convert NumPy array to scirs2 Array2