mixed ===== t01_square_int -------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t01_square_int.pyx :language: cython t02_fib_cpdef ------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t02_fib_cpdef.pyx :language: cython t03_cdef_class_counter ---------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t03_cdef_class_counter.pyx :language: cython t04_memoryview_sum ------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t04_memoryview_sum.pyx :language: cython t05_numpy_ndarray_sum --------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t05_numpy_ndarray_sum.pyx :language: cython t06_directives_boundscheck -------------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t06_directives_boundscheck.pyx :language: cython t07_libc_math ------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t07_libc_math.pyx :language: cython t08_struct_point ---------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t08_struct_point.pyx :language: cython t09_enum_state -------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t09_enum_state.pyx :language: cython t10_safe_div_except ------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t10_safe_div_except.pyx :language: cython t11_fused_types_dot ------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t11_fused_types_dot.pyx :language: cython t12_inline_clamp ---------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t12_inline_clamp.pyx :language: cython t13_bytes_xor ------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t13_bytes_xor.pyx :language: cython t14_string_reverse ------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t14_string_reverse.pyx :language: cython t15_lcg_rng ----------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t15_lcg_rng.pyx :language: cython t16_insertion_sort ------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t16_insertion_sort.pyx :language: cython t17_kahan_sum ------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t17_kahan_sum.pyx :language: cython t18_histogram_int ----------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t18_histogram_int.pyx :language: cython t19_popcount ------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t19_popcount.pyx :language: cython t20_matmul_small ---------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/mixed/t20_matmul_small.pyx :language: cython