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

Merge Eig_ trait into Lapack trait #340

Merged
merged 2 commits into from Sep 24, 2022
Merged

Conversation

termoshtt
Copy link
Member

@termoshtt termoshtt commented Sep 24, 2022

Implementation of Eig_ has been split into EigWork in #333. This PR merges yielded thin wrapper code of Eig_ into Lapack trait.

@termoshtt termoshtt added the breaking change Non-compatible change label Sep 24, 2022
@termoshtt termoshtt self-assigned this Sep 24, 2022
@codecov
Copy link

codecov bot commented Sep 24, 2022

Codecov Report

Merging #340 (3535eee) into master (e407602) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #340   +/-   ##
=======================================
  Coverage   90.15%   90.15%           
=======================================
  Files          72       73    +1     
  Lines        4105     4105           
=======================================
  Hits         3701     3701           
  Misses        404      404           
Impacted Files Coverage Δ
lax/src/eig.rs 100.00% <ø> (ø)
lax/src/lib.rs 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

None yet

1 participant