You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: src/sage/libs/lcalc/lcalc_Lfunction.pxd
+31-4
Original file line number
Diff line number
Diff line change
@@ -115,14 +115,41 @@ cdef class Lfunction:
115
115
116
116
cdef str _repr
117
117
118
+
118
119
cdef class Lfunction_I(Lfunction):
119
-
pass
120
+
cdef void __init_fun(self, char*NAME, int what_type, dirichlet_coeff, longlong Period, double q, c_Complex w, int A, double*g, c_Complex *l, int n_poles, c_Complex *p, c_Complex *r)
cdef int __find_zeros(self, long count, long start, double max_refine, int rank, const char* message_stamp, doublevec *result)
127
+
120
128
121
129
cdef class Lfunction_D(Lfunction):
122
-
pass
130
+
cdef void __init_fun(self, char*NAME, int what_type, dirichlet_coeff, longlong Period, double q, c_Complex w, int A, double*g, c_Complex *l, int n_poles, c_Complex *p, c_Complex *r)
cdef int __find_zeros(self, long count, long start,double max_refine, int rank, const char* message_stamp, doublevec *result)
137
+
123
138
124
139
cdef class Lfunction_C(Lfunction):
125
-
pass
140
+
cdef void __init_fun(self, char*NAME, int what_type, dirichlet_coeff, longlong Period, double q, c_Complex w, int A, double*g, c_Complex *l, int n_poles, c_Complex *p, c_Complex *r)
0 commit comments