stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

feat: add C implementation for `blas/base/dsyr`

Open ShabiShett07 opened this issue 10 months ago • 1 comments

Progresses #2039

Description

What is the purpose of this pull request?

This pull request:

  • adds package blas/base/dsyr

Related Issues

Does this pull request have any related issues?

This pull request:

  • progresses #2039

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

ShabiShett07 avatar Apr 05 '25 14:04 ShabiShett07

Coverage Report

Package Statements Branches Functions Lines
blas/base/dsyr $\color{green}606/606$
$\color{green}+100.00\%$
$\color{green}78/78$
$\color{green}+100.00\%$
$\color{green}5/5$
$\color{green}+100.00\%$
$\color{green}606/606$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

stdlib-bot avatar Apr 05 '25 14:04 stdlib-bot

@kgryte, this needs review from you

ShabiShett07 avatar Jun 28 '25 08:06 ShabiShett07

/stdlib merge

ShabiShett07 avatar Jun 29 '25 14:06 ShabiShett07

@kgryte, I have tried to replicate the changes that you made in dgemv in this PR.

ShabiShett07 avatar Jun 29 '25 14:06 ShabiShett07

@kgryte, I have made changes as per your suggestions.

ShabiShett07 avatar Jun 30 '25 11:06 ShabiShett07

Follow-up commit: https://github.com/stdlib-js/stdlib/commit/c9f4cb9b593f963d25efc20a6bd3b2aeeda515c2

kgryte avatar Jul 11 '25 08:07 kgryte