-
-
Notifications
You must be signed in to change notification settings - Fork 837
feat: add lapack/base/dgttrf
#7014
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
Conversation
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
@coehemang As an FYI, it looks like there is already a PR up for review for |
Coverage Report
The above coverage report was generated for the changes in this PR. |
add lapack/base/dgttrf
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
1 similar comment
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
Hello @coehemang, I think there is a PR #5754 for this package |
oh i see i should close this than |
Progresses #2464
Description
This pull request:
dgttrf
routine, which performs LU factorization of a real tridiagonal matrix using partial pivoting and row interchanges.DGTTRF
routine, storing the factorized components (L and U) in-place in the original input arrays.dgttrs
.Related Issues
This pull request:
Questions
No.
Other
Test cases are passing with also test cases checked through fixtures

Example file

benchmark run :

Checklist
@stdlib-js/reviewers