Update of /project/cl-gsl/cvsroot/cl-gsl In directory common-lisp.net:/tmp/cvs-serv21570
Modified Files: ChangeLog Log Message: *** empty log message *** Date: Thu Apr 28 04:43:55 2005 Author: edenny
Index: cl-gsl/ChangeLog diff -u cl-gsl/ChangeLog:1.18 cl-gsl/ChangeLog:1.19 --- cl-gsl/ChangeLog:1.18 Mon Apr 25 04:20:14 2005 +++ cl-gsl/ChangeLog Thu Apr 28 04:43:55 2005 @@ -1,3 +1,14 @@ +2005-04-28 Edgar Denny edgardenny@comcast.net + + * test/test-matrix.lisp: + Added tests for newly added functions to matrix.lisp. + + * package.lisp: + Added additional matrix related symbols to be exported from cl-array. + + * matrix.lisp: + Added functions that require vectors as well as matricies. + 2005-04-25 Edgar Denny edgardenny@comcast.net
* test/test-matrix.lisp: Initial checkin.