Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

from .matrix_sparse cimport Matrix_sparse 

from sage.modules.vector_modn_sparse cimport * 

  

cdef class Matrix_modn_sparse(Matrix_sparse): 

cdef c_vector_modint* rows 

cdef public int p 

cdef swap_rows_c(self, Py_ssize_t n1, Py_ssize_t n2) 

  

cdef _init_linbox(self)