Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

[WIP] Add implementation of partial sqrt algorithm #51

Open
wants to merge 24 commits into
base: trunk
Choose a base branch
from
Open

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    d96a40f View commit details
    Browse the repository at this point in the history
  2. Speed up.

    wbhart committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    54c8fca View commit details
    Browse the repository at this point in the history
  3. Add to TODO list.

    wbhart committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    d43075c View commit details
    Browse the repository at this point in the history
  4. Deal with denominators.

    wbhart committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    2198263 View commit details
    Browse the repository at this point in the history
  5. Add back norm test.

    wbhart committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    04263bd View commit details
    Browse the repository at this point in the history
  6. Cleanup.

    wbhart committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    693e881 View commit details
    Browse the repository at this point in the history
  7. Add comment.

    wbhart committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    752cbeb View commit details
    Browse the repository at this point in the history
  8. Comment.

    wbhart committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    41424a4 View commit details
    Browse the repository at this point in the history
  9. More comments.

    wbhart committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    e26a357 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    07dcca8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3169ec5 View commit details
    Browse the repository at this point in the history
  12. Add linear case.

    wbhart committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    cc337a3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    71f71c1 View commit details
    Browse the repository at this point in the history
  14. Revise todos.

    wbhart committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    9793d16 View commit details
    Browse the repository at this point in the history
  15. Fix four bugs in algorithm.

    wbhart committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    ee2820a View commit details
    Browse the repository at this point in the history
  16. Remove memory leaks.

    wbhart committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    d864324 View commit details
    Browse the repository at this point in the history
  17. Test non-monic case.

    wbhart committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    1d63916 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b17ea47 View commit details
    Browse the repository at this point in the history
  19. Rough bound improvement.

    wbhart committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    a65b06f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    017f6f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    9cb8267 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8c959b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Use proved bound for rational reconstruction and denominator and add

    another regression test.
    wbhart committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    517290c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Update nf_elem/doc/nf_elem.txt

    Co-authored-by: François Bobot <[email protected]>
    wbhart and bobot authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    43c2c63 View commit details
    Browse the repository at this point in the history