Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
Removed tranpose.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Feb 4, 2013
1 parent 3b1dd55 commit e4259da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/package.lisp
Expand Up @@ -48,7 +48,6 @@
#:invert-permutation
#:identity-permutation?
#:permute
#:transpose
#:each*
#:each
#:margin*
Expand Down
6 changes: 0 additions & 6 deletions src/transformations.lisp
Expand Up @@ -136,13 +136,7 @@ Array element type is preserved."
(setf (apply #'aref it (map-subscripts subscripts))
(row-major-aref array position))))))))

(defgeneric transpose (array)
(:documentation "Transpose array.")
(:method ((array array))
(permute '(1 0) array)))



;;; margin

(defun each* (element-type function array &rest other-arrays)
Expand Down

0 comments on commit e4259da

Please sign in to comment.