Skip to content
  • Liam Healy's avatar
    Make FFA at initialize-instance time for gsl-data; restore permutations and combinations · 4c380808
    Liam Healy authored
    Instead of making the ffa in make-array*, we now make it in the
    initialize-instance :after method for gsl-data.  This means that
    subclasses (permutations, combinations) will automatically make the
    arrays.  Rewrote make-array* so that it is just a wrapper for
    make-instance, computing the dimensions from the specified initial
    parameters.  Permutations and combinations are now made with make-*
    functions.
    4c380808