Path: blob/master/src/sage/modules/vector_integer_dense.pxd
8815 views
cimport free_module_element
import free_module_element
include 'sage/ext/cdefs.pxi'
cdef class Vector_integer_dense(free_module_element.FreeModuleElement):
cdef mpz_t* _entries
cdef _new_c(self)
cdef _init(self, Py_ssize_t degree, parent)