-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Sorted #6
Sorted #6
Conversation
I haven't looked at the |
Yes, if that's possible that would be awesome. Then it might make sense to make use of it instead of https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/src/dense/generic_dense.jl#L27-L55, which I forget what the origin of that search function was (@oscardssmith IIRC?) |
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 1 1
Lines 30 43 +13
=====================================
- Misses 30 43 +13 ☔ View full report in Codecov by Sentry. |
A SIMD bisection would be awesome for SimpleNonlinearSolve.jl I've considered it before, checking the j/(N+1) points instead of just 1/2 to subdivide quicker. Anyways, separate topic 😅 |
No description provided.