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

cdef class ntl_ZZX:
    cdef ZZX_c x
    cdef void setitem_from_int(ntl_ZZX self, long i, int value)
    cdef int getitem_as_int(ntl_ZZX self, long i)