We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a4510 commit cb78fd9Copy full SHA for cb78fd9
src/sage/matrix/matrix_gfpn_dense.pyx
@@ -55,7 +55,7 @@ from sage.misc.randstate import current_randstate
55
from sage.misc.randstate cimport randstate
56
from sage.structure.element cimport Element, Matrix
57
from sage.structure.richcmp import rich_to_bool
58
-from .args cimport MatrixArgs_init
+from sage.matrix.args cimport MatrixArgs_init
59
60
from libc.string cimport memset, memcpy
61
0 commit comments