stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

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

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

Progresses #2039.

Description

What is the purpose of this pull request?

This pull request proposes to add C implementation for blas/base/ssyr2.

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

aman-095 avatar Sep 07 '24 12:09 aman-095

Are you wanting to add the C ndarray API to this PR or to a subsequent PR?

kgryte avatar Sep 21 '24 06:09 kgryte

Yes, I will add the C ndarray API to this PR itself. Also, what should be the step for CBLAS should I keep it the same now and update it later once we have dlacpy.

aman-095 avatar Sep 21 '24 07:09 aman-095

@aman-095 Ah, right. This PR is blocked wrt adding a C ndarray API until we have scopy2d.

kgryte avatar Sep 22 '24 07:09 kgryte

cc @ShabiShett07

kgryte avatar Aug 14 '25 17:08 kgryte

/stdlib merge

ShabiShett07 avatar Aug 16 '25 11:08 ShabiShett07

Coverage Report

Package Statements Branches Functions Lines
blas/base/ssyr2 $\color{green}633/633$
$\color{green}+100.00\%$
$\color{green}91/91$
$\color{green}+100.00\%$
$\color{green}5/5$
$\color{green}+100.00\%$
$\color{green}633/633$
$\color{green}+100.00\%$

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

stdlib-bot avatar Aug 16 '25 11:08 stdlib-bot

/stdlib update-copyright-years

ShabiShett07 avatar Aug 17 '25 14:08 ShabiShett07