Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple rhs #393

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from
Draft

Multiple rhs #393

wants to merge 25 commits into from

Commits on Oct 12, 2023

  1. update multileve for multiple-rhs.

    A few things happened here:
    - switched to np.linalg.norm for speed
    - with norm, used axis=0.  For a single vector, this is either a float or a single element array.  For multiple vectors, the norm is a numpy array.
    - updated checks to use max() in the case of multiple rhs
    lukeolson committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e5f023e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fd5306 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca691d2 View commit details
    Browse the repository at this point in the history
  4. bindings for jacobi_m

    lukeolson committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b672e12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d006ab9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e133155 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0368b7a View commit details
    Browse the repository at this point in the history
  8. update init guess to (M,1)

    lukeolson committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    241afe0 View commit details
    Browse the repository at this point in the history
  9. all SRECG tests passing

    lukeolson committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3d64969 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dceb2b4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eb99fc7 View commit details
    Browse the repository at this point in the history
  12. fixed bugs for when t>1 for srecg

    sll2 authored and lukeolson committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8021222 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7fc507f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    49dadc9 View commit details
    Browse the repository at this point in the history
  15. added orthodir srecg with cholesky factorization of zTAz and upper tr…

    …iangular solves
    sll2 authored and lukeolson committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ec078bb View commit details
    Browse the repository at this point in the history
  16. added ekcg

    lukeolson committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b281f73 View commit details
    Browse the repository at this point in the history
  17. adding current work to move to new laptop

    sll2 authored and lukeolson committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    263ccbf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0fa54fb View commit details
    Browse the repository at this point in the history
  19. found bug -- now getting correct convergence as t is increased

    Shelby Lockhart authored and lukeolson committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d458fe3 View commit details
    Browse the repository at this point in the history
  20. fixing some of travis build fails

    Shelby Lockhart authored and lukeolson committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    082f3ea View commit details
    Browse the repository at this point in the history
  21. fixing travis build fail for python 2.7

    Shelby Lockhart authored and lukeolson committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b169c9a View commit details
    Browse the repository at this point in the history
  22. testing if srecg causing travis fail

    Shelby Lockhart authored and lukeolson committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e7c3fa7 View commit details
    Browse the repository at this point in the history
  23. Finally figured out python 2.7 travis fail

    Shelby Lockhart authored and lukeolson committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    888f135 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c68d87f View commit details
    Browse the repository at this point in the history
  25. lint and fix imports

    lukeolson committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    394ee44 View commit details
    Browse the repository at this point in the history