Skip to content
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

BLAS fuctions #41

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

BLAS fuctions #41

wants to merge 15 commits into from

Conversation

Bchass
Copy link
Owner

@Bchass Bchass commented Jun 1, 2024

Description

Adding more level 1 single BLAS functions. Need to add test cases.
Closes: #44

Related Issue

N/A

Checklist

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My changes pass all existing automated tests.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have updated the documentation accordingly.

Additional Notes

N/A

Copy link

codecov bot commented Jun 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.56%. Comparing base (d4946a7) to head (086929b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #41   +/-   ##
=======================================
  Coverage   92.56%   92.56%           
=======================================
  Files           4        4           
  Lines         242      242           
=======================================
  Hits          224      224           
  Misses         18       18           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BLAS functions level 1
1 participant