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 5f89767 commit bfa7615Copy full SHA for bfa7615
src/sage/arith/multi_modular.pxd
@@ -2,12 +2,12 @@ from sage.ext.mod_int cimport *
2
from sage.libs.gmp.types cimport mpz_t
3
4
cdef class MultiModularBasis_base():
5
- cdef int n
+ cdef int n
6
cdef mod_int* moduli
7
cdef mpz_t* partial_products
8
- cdef mod_int* C # precomputed values for CRT
9
- cdef mpz_t product
10
- cdef mpz_t half_product
+ cdef mod_int* C # precomputed values for CRT
+ cdef mpz_t product
+ cdef mpz_t half_product
11
cdef unsigned long _l_bound
12
cdef unsigned long _u_bound
13
cdef unsigned long _num_primes
0 commit comments