Skip to content

RFC: add BLAS Level 1 drotg routine #279

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

Closed
3 tasks done
kgryte opened this issue Mar 13, 2020 · 0 comments · Fixed by #929
Closed
3 tasks done

RFC: add BLAS Level 1 drotg routine #279

kgryte opened this issue Mar 13, 2020 · 0 comments · Fixed by #929
Labels
BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). difficulty: 3 Likely to be challenging but manageable. Feature Issue or pull request for adding a new feature. RFC Request for comments. Feature requests and proposed changes.

Comments

@kgryte
Copy link
Member

kgryte commented Mar 13, 2020

Checklist

Please ensure the following tasks are completed before submitting a feature request.

  • Read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.

Description

Description of the feature request.

This RFC proposes to add a routine to construct a Givens plane rotation as defined in BLAS Level 1 routines. Specifically adding @stdlib/blas/base/drotg is proposed.

Related Issues

Does this feature request have any related issues?

No.

Questions

Any questions for reviewers?

No.

Other

Any other information relevant to this feature request? This may include screenshots, references, sample output, and/or implementation notes.

No.

@kgryte kgryte added Feature Issue or pull request for adding a new feature. difficulty: 3 Likely to be challenging but manageable. Math Issue or pull request specific to math functionality. RFC Request for comments. Feature requests and proposed changes. labels Mar 13, 2020
@kgryte kgryte added BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). and removed Math Issue or pull request specific to math functionality. labels Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). difficulty: 3 Likely to be challenging but manageable. Feature Issue or pull request for adding a new feature. RFC Request for comments. Feature requests and proposed changes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant