Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagelib
Path: blob/master/sage/libs/ntl/ntl_ZZ_pContext.pxd
4107 views
include "decl.pxi"
include "../../ext/cdefs.pxi"

from sage.libs.ntl.ntl_ZZ cimport ntl_ZZ

cdef class ntl_ZZ_pContext_class:
    cdef ZZ_pContext_c x
    cdef void restore_c(self)
    cdef ntl_ZZ p
    cdef double p_bits
    cdef object __weakref__

cdef class ntl_ZZ_pContext_factory:
    cdef object context_dict
    cdef ntl_ZZ_pContext_class make_c(self, ntl_ZZ v)