Skip to content

Commit 26316fc

Browse files
committed
add 'SEEALSO' blocks
1 parent 890a7f8 commit 26316fc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/sage/matrix/matrix_polynomial_dense.pyx

+12
Original file line numberDiff line numberDiff line change
@@ -3581,6 +3581,10 @@ cdef class Matrix_polynomial_dense(Matrix_generic_dense):
35813581
Traceback (most recent call last):
35823582
...
35833583
ValueError: shifts length should be the row dimension
3584+
3585+
.. SEEALSO::
3586+
3587+
:meth:`minimal_interpolant_basis`, :meth:`minimal_relation_basis`
35843588
"""
35853589
m = self.nrows()
35863590
n = self.ncols()
@@ -3909,6 +3913,10 @@ cdef class Matrix_polynomial_dense(Matrix_generic_dense):
39093913
Traceback (most recent call last):
39103914
...
39113915
ValueError: shifts length should be the row dimension
3916+
3917+
.. SEEALSO::
3918+
3919+
:meth:`minimal_approximant_basis`, :meth:`minimal_relation_basis`
39123920
"""
39133921
from sage.matrix.constructor import matrix # for identity
39143922
from copy import copy
@@ -4573,6 +4581,10 @@ cdef class Matrix_polynomial_dense(Matrix_generic_dense):
45734581
Traceback (most recent call last):
45744582
...
45754583
ValueError: modulus matrix must be nonsingular
4584+
4585+
.. SEEALSO::
4586+
4587+
:meth:`minimal_approximant_basis`, :meth:`minimal_interpolant_basis`
45764588
"""
45774589
from sage.matrix.constructor import matrix # for matrix.block
45784590

0 commit comments

Comments
 (0)