8000 refactor: c ndarray implementation of `blas/base/sspr` by ShabiShett07 · Pull Request #6949 · stdlib-js/stdlib · GitHub
[go: up one dir, main page]

Skip to content

refactor: c ndarray implementation of blas/base/sspr #6949

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

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Discard changes to lib/node_modules/@stdlib/blas/base/sspr/src/Makefile
  • Loading branch information
kgryte authored May 27, 2025
commit 50772e56a13dc06bae4997f78a157dd2ee13f9fa
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/base/sspr/src/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#/
# @license Apache-2.0
#
# Copyright (c) 2020 The Stdlib Authors.
# Copyright (c) 2025 The Stdlib Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
0