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

issymmetric/ishermitian for OneElement #380

Merged
merged 5 commits into from
Aug 29, 2024
Merged

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Aug 22, 2024

This adds O(1) symmetric/hermitian checks for OneElement.
After this,

julia> O = OneElement(3, (5,5), (1000,1000));

julia> @btime issymmetric($O);
  3.109 ns (0 allocations: 0 bytes)

Copy link

codecov bot commented Aug 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.91%. Comparing base (5b31642) to head (149f113).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #380   +/-   ##
=======================================
  Coverage   99.91%   99.91%           
=======================================
  Files           8        8           
  Lines        1121     1123    +2     
=======================================
+ Hits         1120     1122    +2     
  Misses          1        1           

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

@dlfivefifty dlfivefifty merged commit b0dbf4b into master Aug 29, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants