Skip to content

Commit

Permalink
make U, UinvT writable
Browse files Browse the repository at this point in the history
this can be useful to record partial transforms
  • Loading branch information
malb committed Mar 21, 2018
1 parent cb38fa0 commit 7866214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fpylll/fplll/gso.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ cdef class MatGSO:

cdef readonly IntegerMatrix B
cdef readonly IntegerMatrix _G
cdef readonly IntegerMatrix U
cdef readonly IntegerMatrix UinvT
cdef public IntegerMatrix U
cdef public IntegerMatrix UinvT

0 comments on commit 7866214

Please sign in to comment.