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

Commit

Permalink
better cdef
Browse files Browse the repository at this point in the history
  • Loading branch information
xcaruso committed Apr 29, 2021
1 parent e43030c commit 41b3880
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/matrix/matrix_cdv.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ cpdef hessenbergize_cdvf(Matrix_generic_dense H):
x^3 + (1 + 4*t + 4*t^2 + O(t^3))*x^2 + (t + 2*t^2 + O(t^3))*x + 3 + 2*t^2 + O(t^3)
"""
cdef Py_ssize_t n, i, j, k
cdef Matrix_generic_dense c
cdef RingElement pivot, inv, scalar
cdef RingElement entry, pivot, inv, scalar

n = H.nrows()
for j in range(n-1):
Expand Down

0 comments on commit 41b3880

Please sign in to comment.