ulthiel / JuLie.jl

Mathematically sound structures and fast algorithms for things around representation theory, especially algebraic Lie theory and accompanying combinatorics.
GNU General Public License v3.0
6 stars 7 forks source link

Multipartitions #8

Closed ulthiel closed 3 years ago

ulthiel commented 3 years ago

Implement structure for multipartitions, generation of all multipartitions, and counting functions.

One could do this using the existing partitions functions into k parts. There may be a more efficient way, I don't know.