Skip to content

v0.5.0: Add multiexponents(m,n) for exponents of multinomial expansion (#57)

Choose a tag to compare

@andreasnoack andreasnoack released this 23 Nov 10:01
· 98 commits to master since this release
* 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