-
Notifications
You must be signed in to change notification settings - Fork 38
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
Eigen for FillArrays #330
base: master
Are you sure you want to change the base?
Eigen for FillArrays #330
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #330 +/- ##
=======================================
Coverage 99.91% 99.91%
=======================================
Files 8 8
Lines 1147 1171 +24
=======================================
+ Hits 1146 1170 +24
Misses 1 1 ☔ View full report in Codecov by Sentry. |
This (and other parts that depend on LinearAlgebra.jl) should probably be an extension? Though I guess that can wait |
Yes, we should move these to an extension eventually. Presumably, |
Should we proceed? |
Gentle bump |
1 similar comment
Gentle bump |
Bump |
Gentle bump |
Rebase #256 with only the
FillArray
part implemented this time. This makeseigvals
O(1) andeigen
O(N^2)