Skip to content
  • Liam Healy's avatar
    #'array-default makes both vectors and matrices; pool numbers with correct type · f8adee82
    Liam Healy authored
    For testing, both vectors and matrices can be made with
    #'array-default, replacing #'vector-default.  The numbers in
    *double-float-pool* in are now double floats (with d0), and the
    #'make-list-from-pool coerces to the right type.  In both.lisp,
    #'set-value and #'get-value are for vectors only, not both, because
    matrices require an extra index argument.  Since these functions are
    for debugging only as the comment says, I'm writing equivalent matrix
    functions, and I'm not doing tests for them.
    f8adee82