Skip to content
  • liam's avatar
    Changed meaning of #'defun-gsl-all arguments so that the first · 4729f28f
    liam authored
    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
    4729f28f