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

feat: add lapack/base/dlacpy #2548

Merged
merged 45 commits into from
Jul 28, 2024
Merged

feat: add lapack/base/dlacpy #2548

merged 45 commits into from
Jul 28, 2024

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    a11cb20 View commit details
    Browse the repository at this point in the history
  2. chore: add benchmark

    Pranavchiku committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    635c0b8 View commit details
    Browse the repository at this point in the history
  3. chore: add repl.txt

    Pranavchiku committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5b8baf6 View commit details
    Browse the repository at this point in the history
  4. chore: add docs/types

    Pranavchiku committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    dd76286 View commit details
    Browse the repository at this point in the history
  5. test: add and register

    Pranavchiku committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    710074a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47995dd View commit details
    Browse the repository at this point in the history
  7. chore: remove lint errors

    Pranavchiku committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    65a9337 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76513d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f3d27e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. fix: docs/types/test.ts

    Pranavchiku committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1d9cdc4 View commit details
    Browse the repository at this point in the history
  2. chore: apply code review

    Pranavchiku committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c44e30b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    6181336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02089d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    610fac4 View commit details
    Browse the repository at this point in the history
  4. test: refactor tests

    Pranavchiku committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f0a7502 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31bbc14 View commit details
    Browse the repository at this point in the history
  6. refactor: docs/repl.txt

    Pranavchiku committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2584a0e View commit details
    Browse the repository at this point in the history
  7. docs: update docs/types

    Pranavchiku committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    93b3f3d View commit details
    Browse the repository at this point in the history
  8. bench: update benchmarks

    Pranavchiku committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0975cd1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6dfc2e3 View commit details
    Browse the repository at this point in the history
  10. chore: apply code review

    Pranavchiku committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5273392 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9346cdb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    be85861 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

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

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    5852a30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5a4845 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bd7503 View commit details
    Browse the repository at this point in the history
  4. chore: consequent changes

    Pranavchiku committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    4a6b8b4 View commit details
    Browse the repository at this point in the history
  5. chore: console statement

    Pranavchiku committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    29e0628 View commit details
    Browse the repository at this point in the history
  6. chore: apply suggestion from code review.

    Signed-off-by: Pranav <85227306+Pranavchiku@users.noreply.github.com>
    Pranavchiku authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    cf49a15 View commit details
    Browse the repository at this point in the history
  7. chore: apply suggestion from code review

    Signed-off-by: Pranav <85227306+Pranavchiku@users.noreply.github.com>
    Pranavchiku authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    8c0e427 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ba8cf9 View commit details
    Browse the repository at this point in the history
  9. docs: fix descriptions

    kgryte committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    fea89d1 View commit details
    Browse the repository at this point in the history
  10. docs: update examples

    kgryte committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    a18a1e2 View commit details
    Browse the repository at this point in the history
  11. refactor: use "fast" min

    kgryte committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    795a13b View commit details
    Browse the repository at this point in the history
  12. docs: fix description

    kgryte committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    931bdc6 View commit details
    Browse the repository at this point in the history
  13. chore: update keywords

    kgryte committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    f9df42b View commit details
    Browse the repository at this point in the history
  14. docs: update descriptions

    kgryte committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    7e24753 View commit details
    Browse the repository at this point in the history
  15. docs: fix comments

    kgryte committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    0df446d View commit details
    Browse the repository at this point in the history
  16. docs: fix signature

    kgryte committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    64c4c42 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    12f21b5 View commit details
    Browse the repository at this point in the history
  18. docs: update definition

    kgryte committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    f0008c5 View commit details
    Browse the repository at this point in the history
  19. test: add exception test cases

    kgryte committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    ef02713 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    618a1a2 View commit details
    Browse the repository at this point in the history
  21. docs: remove redundant comment

    kgryte committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    d5499f3 View commit details
    Browse the repository at this point in the history