Skip to content

Conversation

dkrenn
Copy link
Contributor

@dkrenn dkrenn commented Jul 30, 2023

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

  • The title is concise, informative, and self-explanatory.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.
  • I have created tests covering the changes.
  • I have updated the documentation accordingly.

⌛ Dependencies

None.

@github-actions
Copy link

Documentation preview for this PR (built with commit c3befb5; changes) is ready! 🎉

@dkrenn
Copy link
Contributor Author

dkrenn commented Jul 30, 2023

CC @cheuberg

Copy link
Contributor

@cheuberg cheuberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, please set to positive.

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.

4 participants