feat: add C `ndarray` API and refactor `blas/ext/base/dnannsumpw`
Resolves none.
Description
What is the purpose of this pull request?
This pull request:
- Adds C
ndarrayAPI and refactor/cleanupblas/ext/base/dnannsumpw
Related Issues
Does this pull request have any related issues?
No.
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
@kgryte Same CI error here as the dnansumors package. This appeared after I made the last change. Before it, this CI failure was not present.
/stdlib merge
@headlessNode Based on other similar PRs, I believe this PR needs some updates, correct?
Coverage Report
| Package | Statements | Branches | Functions | Lines |
|---|---|---|---|---|
| blas/ext/base/dnannsumpw | $\color{green}611/611$ $\color{green}+100.00\%$ |
$\color{green}39/39$ $\color{green}+100.00\%$ |
$\color{green}5/5$ $\color{green}+100.00\%$ |
$\color{green}611/611$ $\color{green}+100.00\%$ |
The above coverage report was generated for the changes in this PR.
@kgryte ready for review.