From dd126f92a5752bd3344242ed3535c35680f9903f Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Fri, 5 Dec 2008 07:55:55 +0100 Subject: [PATCH] cleaner (?) docs. --- src/data/matrix.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/matrix.lisp b/src/data/matrix.lisp index e37aa70..8395e58 100644 --- a/src/data/matrix.lisp +++ b/src/data/matrix.lisp @@ -183,7 +183,7 @@ Returns a list of the rows of M as vectors" (defun column-list (x) "Args: (m) -Returns a list of the columns of M as vectors" +Returns a list of vectors, each vector represents a column of M." (check-matrix x) (let ((m (num-rows x)) (n (num-cols x)) -- 2.11.4.GIT