devel_numpy_c_api_cython ======================== NumPy ndarray sum (Cython) -------------------------- Typed NumPy ndarray access. .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_numpy_c_api_cython/t01_numpy_ndarray_sum.pyx :language: cython Devel NumPy: typed ndarray -------------------------- cimport numpy example. .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_numpy_c_api_cython/t01_numpy_typed_ndarray.pyx :language: cython Sum NumPy 1D array ------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_numpy_c_api_cython/t02_numpy_sum_1d.pyx :language: cython Sum NumPy 1D array ------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_numpy_c_api_cython/t03_numpy_sum_1d.pyx :language: cython Sum NumPy 1D array ------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_numpy_c_api_cython/t04_numpy_sum_1d.pyx :language: cython