Skip to content
Snippets Groups Projects
Forked from antik / gsll
Source project has a limited visibility.
  • Liam Healy's avatar
    f8adee82
    #'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
    History
    #'array-default makes both vectors and matrices; pool numbers with correct type
    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.