You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-36001: regular sequences: use "positive" partial sums algorithm
Implement a different algorithm to be used by method `.partial_sums` of
a `kRegularSequence`.
The new algorithm for partial summation has the advantage that only
positive signs are used, which is somehow more "naturally" (compared to
the existing algorithm that is kind of subtractive).
### 📝 Checklist
- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [x] I have created tests covering the changes.
- [x] I have updated the documentation accordingly.
### ⌛ Dependencies
None.
URL: #36001
Reported by: Daniel Krenn
Reviewer(s): cheuberg
0 commit comments