complex_cython ============== Complex: C++ vector ------------------- C++ std::vector integration. .. literalinclude:: ../../../../../scikitplot/cython/_templates/complex_cython/t01_cpp_vector_sum.pyx :language: cython In-place clip ------------- Fast clip on a memoryview with boundscheck disabled. .. literalinclude:: ../../../../../scikitplot/cython/_templates/complex_cython/t01_fast_clip.pyx :language: cython nogil sum of squares -------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/complex_cython/t02_nogil_sum.pyx :language: cython nogil sum of squares -------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/complex_cython/t03_nogil_sum.pyx :language: cython nogil sum of squares -------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/complex_cython/t04_nogil_sum.pyx :language: cython Popcount uint64 --------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/complex_cython/t05_popcount64.pyx :language: cython