fplll / fpylll

A Python interface for https://github.com/fplll/fplll
GNU General Public License v2.0
119 stars 60 forks source link

fix babai documentation #225

Closed malb closed 2 years ago

malb commented 2 years ago

fixes #224

hbennett commented 2 years ago

I think ‖A⋅w - v‖ and ‖B⋅w - v‖ should be ‖w⋅A - v‖and‖w⋅B - v‖, respectively, in the updated documentation. This matches what multiply_left does and the fact that fpylll uses row bases.

malb commented 2 years ago

Whoops! Thanks!