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

Eigenvalues and eigenvectors #1334

Merged
merged 19 commits into from
Oct 22, 2024
Merged

Eigenvalues and eigenvectors #1334

merged 19 commits into from
Oct 22, 2024

Commits on Oct 22, 2024

  1. initial eigvalsh

    kashif authored and awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3ff8fa3 View commit details
    Browse the repository at this point in the history
  2. add compute_vectors

    kashif authored and awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    508b6c1 View commit details
    Browse the repository at this point in the history
  3. add compute_vectors_

    kashif authored and awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6fb8d7f View commit details
    Browse the repository at this point in the history
  4. return a pair

    kashif authored and awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b254961 View commit details
    Browse the repository at this point in the history
  5. add eigh to return only eigenvectors

    kashif authored and awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    fa81b3f View commit details
    Browse the repository at this point in the history
  6. fixed typo

    kashif authored and awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a1b7593 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ffe26c8 View commit details
    Browse the repository at this point in the history
  8. use the same primate with the flag

    kashif authored and awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d6e8cab View commit details
    Browse the repository at this point in the history
  9. fix primatives

    kashif authored and awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    052e49d View commit details
    Browse the repository at this point in the history
  10. use MULTI

    kashif authored and awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    273da20 View commit details
    Browse the repository at this point in the history
  11. fix eval_gpu

    kashif authored and awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c76b8a1 View commit details
    Browse the repository at this point in the history
  12. fix decleration

    kashif authored and awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e07c9e8 View commit details
    Browse the repository at this point in the history
  13. rename EighPrimitive to Eigh

    kashif authored and awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5cee17f View commit details
    Browse the repository at this point in the history
  14. tests

    kashif authored and awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d6a5fb0 View commit details
    Browse the repository at this point in the history
  15. tests

    kashif authored and awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f09376e View commit details
    Browse the repository at this point in the history
  16. fix rebase and format

    awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    25b79db View commit details
    Browse the repository at this point in the history
  17. cleanup lapack

    awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9b800fd View commit details
    Browse the repository at this point in the history
  18. format

    awni committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    aef4160 View commit details
    Browse the repository at this point in the history
  19. add cblas.h

    kashif committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    758e033 View commit details
    Browse the repository at this point in the history