Skip to content

Commit 7030ad9

Browse files
committed
re-enable linbox charpoly/minpoly.
1 parent 56ec495 commit 7030ad9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/sage/matrix/matrix_integer_dense.pyx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,7 @@ import matrix_space
6767
from sage.libs.linbox.linbox cimport Linbox_integer_dense
6868
cdef Linbox_integer_dense linbox
6969
linbox = Linbox_integer_dense()
70-
71-
#USE_LINBOX_POLY = True
72-
73-
# It still breaks, e.g., on 64-bit Linux on this matrix:
74-
# m = matrix(ZZ,4, [2, -8, -22, -10, 0, 12, 12, 36, -5, -16, -11, -17, 5, -8, -1, 5])
75-
USE_LINBOX_POLY = False
70+
USE_LINBOX_POLY = True
7671

7772
cdef class Matrix_integer_dense(matrix_dense.Matrix_dense): # dense or sparse
7873
r"""

0 commit comments

Comments
 (0)