We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d808e9b commit 1e28c4fCopy full SHA for 1e28c4f
src/flint/flintlib/partitions.pxd
@@ -3,7 +3,7 @@ from flint.flintlib.fmpz cimport fmpz_t
3
from flint.flintlib.arf cimport arf_t
4
from flint.flintlib.arb cimport arb_t
5
6
-cdef extern from "partitions.h":
+cdef extern from "flint/partitions.h":
7
# from here on is parsed
8
void partitions_rademacher_bound(arf_t b, const fmpz_t n, ulong N)
9
void partitions_hrr_sum_arb(arb_t x, const fmpz_t n, slong N0, slong N, int use_doubles)
0 commit comments