mockingbirdnest / Principia

𝑛-Body and Extended Body Gravitation for Kerbal Space Program
MIT License
773 stars 70 forks source link

Restructure the code of Stehlé-Zimmermann search #4087

Closed pleroy closed 2 months ago

pleroy commented 2 months ago

This is a semantics-preserving change in preparation for speculative execution:

  1. Move the rescaling code to a separate function, ScaleToBinade0.
  2. Extract the code that searches in a "slice" of two intervals of measure 2 T₀.
  3. Remove dead code related to the LLL algorithm (which we don't use anymore).

1760.