-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
Add method to trim trailing zeros from IntegerVector #34435
Comments
Commit: |
Last 10 new commits:
|
Branch: u/tkarn/trim-34435 |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
This comment has been minimized.
This comment has been minimized.
Changed keywords from gsoc2022 compositions to gsoc2022 compositions integer-vector |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:7
Moved from compositions to integer vectors because Sage |
comment:8
This will not quite work as the parent might require the integer vector to have a fixed length. You should simply return an element in all integer vectors. You can also more directly construct the elements by |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:10
Replying to @tscrim:
Makes senses, thanks! |
Reviewer: Travis Scrimshaw |
comment:11
Thanks. LGTM. |
Changed branch from u/tkarn/trim-34435 to |
Remove trailing zeroes from integer vectors using
.trim
CC: @tscrim @trevorkarn @darijgr
Component: combinatorics
Keywords: gsoc2022 compositions integer-vector
Author: Trevor K. Karn
Branch/Commit:
b537651
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/34435
The text was updated successfully, but these errors were encountered: