Skip to content
Snippets Groups Projects
  1. Oct 29, 2011
    • Liam M. Healy's avatar
      Fix sf-result* definitions, eliminate ffexpand, fsbv:object · 121e475d
      Liam M. Healy authored
      Fix sf-result and sf-result-e10 translation methods, and use in
      complex-with-error and values-with-errors.  Some usage in gamma.lisp
      updated, but there will be a need to replace sf-result with (:struct
      sf-result) in all declarations for many special functions.
      
      I removed ffexpand and everything it depended on because there is no
      reason to make a side defcfun for call-by-value functions, and if FSBV
      is missing CFFI already emits an error.  All usage of fsbv:object and
      any thing from the FSBV package is now gone.
      121e475d
  2. Oct 24, 2011
    • Liam M. Healy's avatar
      Eliminate fsbv:object for built-in types · 639a5f35
      Liam M. Healy authored
      Eliminate fsbv:object for built-in types; started conversion of
      special function result (sf-result*) structures but this requires a
      modification to CFFI.  Simulated annealing structure called by value.
      Use cffi-fsbv's sizet definition; this imposes a dependence on that
      system.  No compilation attempted yet.
      639a5f35
    • Liam M. Healy's avatar
      Eliminate defenumeration · acb52420
      Liam M. Healy authored
      acb52420
    • Liam M. Healy's avatar
      Merge branch 'experimental' into cffi-fsbv · 1d0a5ab2
      Liam M. Healy authored
      Conflicts:
      	init/funcallable.lisp
      	linear-algebra/blas2.lisp
      	linear-algebra/blas3.lisp
      	solve-minimize-fit/linear-least-squares.lisp
      	special-functions/coulomb.lisp
      1d0a5ab2
  3. Oct 18, 2011
  4. Sep 28, 2011
  5. Sep 12, 2011
    • Liam M. Healy's avatar
      Use generic functions for histogram · 898260bd
      Liam M. Healy authored
      Define methods for existing generic functions for histogram:
      grid:dimensions (replacing #'bins), set-zero (replacing #'reset).
      Also, add a comment that the functions for 2D histogram have not been
      defined as a "to be done" reminder.
      898260bd
  6. Aug 26, 2011
  7. Aug 23, 2011
  8. Aug 20, 2011
  9. Aug 19, 2011
  10. Aug 17, 2011
  11. Aug 10, 2011
  12. Jul 29, 2011
  13. May 26, 2011
  14. May 04, 2011
  15. Apr 23, 2011
  16. Apr 08, 2011
  17. Feb 27, 2011
  18. Feb 22, 2011
  19. Feb 19, 2011
  20. Feb 12, 2011
  21. Jan 30, 2011
    • Liam M. Healy's avatar
      Remove invert-matrix to Antik, optional argument for LU-decomposition · 60c1f52d
      Liam M. Healy authored
      The user-friendly ("higher") functions layered on GSLL are now in
      Antik's math-high system, so the antik directory has been removed, and
      linear-algebra.lisp is enhanced and in Antik. #'LU-invert now takes
      'inverse as an optional argument, with the sensible default.
      60c1f52d
    • Liam M. Healy's avatar
      Define gsll-tests as a system connection · 476d01ee
      Liam M. Healy authored
      Define gsll-tests as a system connection, rather than a separate ASDF
      system.  This means that if lisp-unit and GSLL are loaded (in either
      order), then the tests will automatically be available.
      476d01ee
    • Liam M. Healy's avatar
      In actual-array-class, don't replace real class names · e15aaed2
      Liam M. Healy authored
      In actual-array-class, if 'category is not one of 'vector, 'matrix or
      'both, then assume it's actually a class name and just return it
      without trying to make a class name.  This fixes a problem with
      e.g. elt+ where the second argument specializer is a class name of the
      scalar.
      e15aaed2
  22. Jan 25, 2011
  23. Jan 13, 2011
  24. Jan 12, 2011
  25. Jan 10, 2011
Loading