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

Use lapack-sys crate directly from lax crate #328

Merged
merged 21 commits into from Aug 31, 2022
Merged

Commits on Aug 31, 2022

  1. Add lapack-sys

    termoshtt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    ce962f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    328abd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d3924b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dd8e25 View commit details
    Browse the repository at this point in the history
  5. Use lapack_sys in Cholesky_

    termoshtt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b964625 View commit details
    Browse the repository at this point in the history
  6. Introduce EigenVectorFlag

    termoshtt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    c0c3a37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25dc071 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e21e932 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c4dc5e View commit details
    Browse the repository at this point in the history
  10. Use lapack_sys in Eigh_

    termoshtt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    4bf4414 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6be0ad1 View commit details
    Browse the repository at this point in the history
  12. Use lapack_sys in rcond.rs

    termoshtt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b470f5f View commit details
    Browse the repository at this point in the history
  13. Use lapack_sys in solve.rs

    termoshtt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    68b8ae5 View commit details
    Browse the repository at this point in the history
  14. Use lapack_sys in solveh.rs

    termoshtt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    f155620 View commit details
    Browse the repository at this point in the history
  15. Use lapack_sys in svd.rs

    termoshtt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    0ab9c59 View commit details
    Browse the repository at this point in the history
  16. Use lapack_sys in svddc.rs

    termoshtt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    aff89b7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e15c93c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bd6f3fe View commit details
    Browse the repository at this point in the history
  19. Use lapack_sys in qr.rs

    termoshtt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    efc877d View commit details
    Browse the repository at this point in the history
  20. Fix rcond not to use lapack

    termoshtt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    5fc0f2d View commit details
    Browse the repository at this point in the history
  21. Drop lapack dependency

    termoshtt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    2fc0ac8 View commit details
    Browse the repository at this point in the history