Skip to content

Old School

Latest
Compare
Choose a tag to compare
@jwood000 jwood000 released this 01 Feb 05:26
· 1 commit to main since this release

This release adds the ability to work with the Cartesian Product. There are four new functions:

  • expandGrid: General function for producing the product from source vectors.
  • expandGridCount: Simply provides the count of the product.
  • expandGridSample: Efficiently produce a random sample or generate specific lexicographic results.
  • expandGridIter: Flexible iterators that offer next methods as well as random access.