Skip to content

Commit

Permalink
fix tab
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Labbé <[email protected]>
  • Loading branch information
AurelPage and seblabbe authored Jan 31, 2024
1 parent 4ebed4c commit 9d8f441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/matrix/matrix_integer_dense.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -3138,7 +3138,7 @@ cdef class Matrix_integer_dense(Matrix_dense):
sage: A = random_matrix(ZZ, 0, 0)
sage: R, U = A.LLL(transformation=True)
Test rank caching:
Test rank caching:
sage: M = matrix(4,3,[1,2,3,2,4,6,7,0,1,-1,-2,-3])
sage: R = M.LLL(algorithm="NTL:LLL")
Expand Down

0 comments on commit 9d8f441

Please sign in to comment.