diff general/arrutils/foldrcols.m @ 13:03694e5c8365

Reorganised some high order list functions to correct class-based method dispatch; fixed some docs.
author samer
date Wed, 16 Jan 2013 12:12:34 +0000
parents fbc0540a9208
children
line wrap: on
line diff
--- a/general/arrutils/foldrcols.m	Mon Jan 14 22:21:11 2013 +0000
+++ b/general/arrutils/foldrcols.m	Wed Jan 16 12:12:34 2013 +0000
@@ -1,4 +1,6 @@
-% foldcols :; 
+% foldrcols - fold array columns from the right
+%
+% foldrcols :; 
 %    ([[M]], [[N]] -> [[M]])   ~'folding function',
 %    [[M]]                     ~'initial value',
 %    [[N,L]]                   ~'data to scan, sequence of length L'