Skip to content
Snippets Groups Projects
  1. Oct 24, 2011
  2. Oct 18, 2011
  3. Sep 28, 2011
  4. 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
  5. Aug 26, 2011
  6. Aug 23, 2011
  7. Aug 20, 2011
  8. Aug 19, 2011
  9. Aug 17, 2011
  10. Aug 10, 2011
  11. Jul 29, 2011
  12. May 26, 2011
  13. May 04, 2011
  14. Apr 23, 2011
  15. Apr 08, 2011
  16. Feb 27, 2011
  17. Feb 22, 2011
  18. Feb 19, 2011
  19. Feb 12, 2011
  20. 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
  21. Jan 25, 2011
  22. Jan 13, 2011
  23. Jan 12, 2011
  24. Jan 10, 2011
Loading