Skip to content
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

Make a separate IntegerPartitions.jl package? #175

Open
dlfivefifty opened this issue Jan 23, 2025 · 0 comments
Open

Make a separate IntegerPartitions.jl package? #175

dlfivefifty opened this issue Jan 23, 2025 · 0 comments

Comments

@dlfivefifty
Copy link
Member

In NumericalRepresentationTheory.jl I use my own implementation of partitions as a special type Partition, which repeats some of the functionality in this package. I also need to add some additional features, eg., support for partitions with a finite number of rows (which I need as they are one-to-one with a basis of symmetry polynomials). I also need some more esoteric functionality like a cached version of cumsum(npartitions.(1:n)).

I was thinking this could live in its own package IntegerPartitions.jl, probably copying some of the code from here, but I wanted to see if anyone had thoughts or perhaps other existing implementations of partitions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant