Skip to content
Snippets Groups Projects
Commit f8adee82 authored by Liam Healy's avatar Liam Healy
Browse files

#'array-default makes both vectors and matrices; pool numbers with correct type

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.
parent 8f43fe94
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment