[cl-gsl-cvs] CVS update: cl-gsl/package.lisp
cl-gsl-cvs at common-lisp.net
cl-gsl-cvs at common-lisp.net
Sat Apr 30 22:36:03 UTC 2005
Update of /project/cl-gsl/cvsroot/cl-gsl
In directory common-lisp.net:/tmp/cvs-serv4222
Modified Files:
package.lisp
Log Message:
Added symbols to be exported from cl-array due to permutations.
Date: Sun May 1 00:36:03 2005
Author: edenny
Index: cl-gsl/package.lisp
diff -u cl-gsl/package.lisp:1.9 cl-gsl/package.lisp:1.10
--- cl-gsl/package.lisp:1.9 Thu Apr 28 04:40:55 2005
+++ cl-gsl/package.lisp Sun May 1 00:36:03 2005
@@ -159,4 +159,25 @@
#:transpose
#:copy-transpose
#:with-copy-transpose
+
+ ;; from permutation
+ #:permutation-init
+ #:valid
+ #:reverse-permutation
+ #:next
+ #:prev
+ #:inverse
+ #:with-permutation-inverse
+ #:permute-vector
+ #:permute-vector-inverse
+ #:make-permutation
+ #:with-permutation-copy
+ #:with-permutation-mul
+ #:linear->canonical
+ #:with-permutation-linear->canonical
+ #:canonical->linear
+ #:with-permutation-canonical->linear
+ #:inversions
+ #:linear-cycles
+ #:canonical-cycles
))
More information about the Cl-gsl-cvs
mailing list