Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
#24626 missing description in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mezzarobba committed Apr 3, 2018
1 parent ede80a0 commit 9533111
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/matrix/matrix_complex_ball_dense.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,8 @@ cdef class Matrix_complex_ball_dense(Matrix_dense):

def charpoly(self, var='x', algorithm=None):
r"""
Compute the characteristic polynomial of this matrix.
EXAMPLES::
sage: from sage.matrix.benchmark import hilbert_matrix
Expand Down

0 comments on commit 9533111

Please sign in to comment.