feat: add C / Fortran implementation for `blas/base/drotg`
Description
What is the purpose of this pull request?
This PR proposes adding native C / Fortran implementations for @stdlib/blas/base/drotg
Related Issues
Does this pull request have any related issues?
None.
Questions
Any questions for reviewers of this pull request?
No.
Other
Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.
No.
Checklist
Please ensure the following tasks are completed before submitting this pull request.
- [x] Read, understood, and followed the contributing guidelines.
@stdlib-js/reviewers
Hey, @kgryte, I tried changing the Fortran implementation based on Lapack but am still facing the same issue. The C implementation works fine, but I believe there is an issue with the Fortran implementation for the test. In the test.native.js file, a few of the tests are failing, and the benchmarks for the Fortran code are also throwing errors.