-
- Downloads
Changed meaning of #'defun-gsl-all arguments so that the first
argument should be a list of element types by themselves (e.g. 'double) and not the data type and element type ('vector-double). Hardwire *data-name-alist* to associate these symbols with the GSL convention for words that are insterted in strings (e.g. (FIXNUM . "_int")). #'make-symbol-from-strings replaces #'data-object-name in new file utility.lisp and splice-name just inserts, doesn't remove anything. These changes permit the definition of #'defun-gsl-stats to be defined using #'defun-gsl-all. Created mean-variance.lisp. Created shuffling-sampling.lisp, which does not deal directly with CL objects yet. Fix broken example in vector.lisp. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3158 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
Showing
- data/data.lisp 15 additions, 16 deletionsdata/data.lisp
- data/matrix.lisp 4 additions, 4 deletionsdata/matrix.lisp
- data/vector.lisp 8 additions, 15 deletionsdata/vector.lisp
- gsll.asd 9 additions, 3 deletionsgsll.asd
- init/utility.lisp 16 additions, 0 deletionsinit/utility.lisp
- random/shuffling-sampling.lisp 61 additions, 0 deletionsrandom/shuffling-sampling.lisp
- statistics/mean-variance.lisp 144 additions, 0 deletionsstatistics/mean-variance.lisp
Loading
Please register or sign in to comment