Skip to content

feat: add javascript implementation for lapack/base/dlaswp #2483

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

Merged
merged 61 commits into from
Jul 13, 2024

Conversation

Pranavchiku
Copy link
Member

@Pranavchiku Pranavchiku commented Jul 1, 2024

This PR aims to add javascript implementation for lapack/base/dlaswp

Checklist

  • Add readme.md
  • Add package.json
  • Add lib
  • Add examples
  • Add ndarray implementation
  • Add docs
  • Add benchmark
  • Add test

@Pranavchiku Pranavchiku added JavaScript Issue involves or relates to JavaScript. LAPACK Issue or pull request related to the Linear Algebra Package (LAPACK). labels Jul 1, 2024
@Pranavchiku Pranavchiku marked this pull request as draft July 1, 2024 03:54
@stdlib-bot stdlib-bot added the BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). label Jul 1, 2024
@kgryte kgryte added Needs Changes Pull request which needs changes before being merged. and removed Needs Review A pull request which needs code review. labels Jul 11, 2024
Copy link
Member

@kgryte kgryte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay. I think this PR is ready. Let's go ahead and merge. Any further bugs fixes and changes can be made in subsequent PRs. Thanks, @Pranavchiku!

@kgryte kgryte removed the Needs Changes Pull request which needs changes before being merged. label Jul 13, 2024
@kgryte kgryte merged commit f2dfdb3 into stdlib-js:develop Jul 13, 2024
8 checks passed
@Pranavchiku
Copy link
Member Author

Thank you for finishing this PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JavaScript Issue involves or relates to JavaScript. LAPACK Issue or pull request related to the Linear Algebra Package (LAPACK).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants