- Oct 24, 2011
-
-
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
-
- Oct 18, 2011
-
-
Liam M. Healy authored
-
- Sep 28, 2011
-
-
Liam M. Healy authored
-
- Sep 12, 2011
-
-
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.
-
- Aug 26, 2011
-
-
Liam M. Healy authored
-
Liam M. Healy authored
Apparently asdf-system-connections requires must be loaded _before_ the system is loaded; trying to make it a dependent system seems to cause it to drop the main system directory name in the path. To make this load on quicklisp, put an explicit load of asdf-system-connections in the asd file.
-
- Aug 23, 2011
-
-
Liam M. Healy authored
-
- Aug 20, 2011
-
-
git://repo.or.cz/gsllsoemraws authored
-
Liam M. Healy authored
CCL gets a conflict between the type antik:acceleration and the class gsll:acceleration, so remove the symbol from the shadowing list of GSLL and add it to antik::*antik-user-shadow-symbols*.
-
soemraws authored
-
- Aug 19, 2011
-
-
Liam M. Healy authored
-
Liam M. Healy authored
-
Liam M. Healy authored
-
- Aug 17, 2011
-
-
Liam M. Healy authored
-
Liam M. Healy authored
-
Liam M. Healy authored
Conflicts: gsll.asd ordinary-differential-equations/ode-system.lisp random/dirichlet.lisp
-
- Aug 10, 2011
-
-
Liam M. Healy authored
-
- Jul 29, 2011
-
-
Liam M. Healy authored
For the Dirichlet PDF functions, the vector length should be K, the first argument, not K-1. Reported by Nils Bertschinger. Conflicts: random/dirichlet.lisp
-
Liam M. Healy authored
For the Dirichlet PDF functions, the vector length should be K, the first argument, not K-1. Reported by Nils Bertschinger.
-
- May 26, 2011
-
-
Liam M. Healy authored
-
- May 04, 2011
-
-
Liam M. Healy authored
-
- Apr 23, 2011
-
-
Liam M. Healy authored
-
- Apr 08, 2011
-
-
Liam M. Healy authored
-
- Feb 27, 2011
-
-
Liam M. Healy authored
-
- Feb 22, 2011
-
-
ssh://repo.or.cz/srv/git/gsllLiam M. Healy authored
Conflicts: histogram/ntuple-example.dat removed
-
Liam M. Healy authored
-
- Feb 19, 2011
-
-
Liam M. Healy authored
-
- Feb 12, 2011
-
-
Liam M. Healy authored
-
- Jan 30, 2011
-
-
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.
-
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.
-
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.
-
- Jan 25, 2011
-
-
Liam M. Healy authored
-
- Jan 13, 2011
-
-
Liam M. Healy authored
Define symbols to be shadowed and packages to be used for convenience and conflict resolution in the Antik user packages.
-
- Jan 12, 2011
-
-
Liam M. Healy authored
-
Liam M. Healy authored
Don't import grid:element-type, grid:foreign-array, and grid:matrix, but rather refer to them with package prefix explicitly. Superficially checked but requires more careful check.
-
Liam M. Healy authored
-
- Jan 10, 2011
-
-
Liam M. Healy authored
Explicit package reference to grid:dimensions but there's an error because if the symbol isn't imported many more tests fail.
-
Liam M. Healy authored
-
Liam M. Healy authored
-
Liam M. Healy authored
With the export of unit and dimension names, there are conflicts with gsl:psi, gsl:acceleration, gsl:knots. There is no actual conflict in the usage because Antik physical quantities only needs to use these symbols as symbols, there is no binding. So they are now shadowing-imported into gsll. Added explicit "d0" to numbers in polynomial to insure they are read as double-floats.
-