stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

feat: add C / Fortran implementation for `blas/base/drotg`

Open aman-095 opened this issue 1 year ago • 1 comments

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.


@stdlib-js/reviewers

aman-095 avatar May 24 '24 07:05 aman-095

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. 

aman-095 avatar May 24 '24 07:05 aman-095