Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sage.combinat: Split some Cython modules (modularization fixes) #35741

Merged
merged 8 commits into from
Jun 21, 2023
1 change: 1 addition & 0 deletions src/doc/en/reference/combinat/module_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ Comprehensive Module List
sage/combinat/rsk
sage/combinat/schubert_polynomial
sage/combinat/set_partition
sage/combinat/set_partition_iterator
sage/combinat/set_partition_ordered
sage/combinat/sf/all
sage/combinat/sf/character
Expand Down
3 changes: 0 additions & 3 deletions src/sage/combinat/combinat_cython.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ from sage.libs.gmp.all cimport mpz_t

cdef mpz_stirling_s2(mpz_t s, unsigned long n, unsigned long k)

cdef list from_word(list w, list base_set)

cdef list convert(Py_ssize_t* f, Py_ssize_t n)

Loading