Tags: JuliaMath/Combinatorics.jl
Tags
## Combinatorics v1.0.1 [Diff since v1.0.0](v1.0.0...v1.0.1) **Merged pull requests:** - Install TagBot as a GitHub Action (#90) (@JuliaTagBot) - Bump Polynomials compat to include v0.7, v0.8 (#91) (@jaakkor2) - Update version to v1.0.1 for tagging (#93) (@jaakkor2)
Add multiexponents(m,n) for exponents of multinomial expansion (#57) * Add multiexponents(m,n) for exponents of multinomial expansion * Implement iterator interface * Add comments * Refactor next(m::MultiExponents, s) * Fix indentation * Add tests for multiexponents() * Use immutable instead of struct because of Julia v0.5 * Add Julia v0.6 to Travis CI build * Avoid intermediate memory allocation in multiexponents * Refactor comments * Add URL for stars and bars technique
PreviousNext