diff yetilab/matrix.yeti @ 290:21ec05237c1a

Revise overlap-add
author Chris Cannam
date Fri, 31 May 2013 10:58:00 +0100
parents 7932bbb7bacb
children f481ac8052c4
line wrap: on
line diff
--- a/yetilab/matrix.yeti	Thu May 30 22:33:16 2013 +0100
+++ b/yetilab/matrix.yeti	Fri May 31 10:58:00 2013 +0100
@@ -609,7 +609,7 @@
         failWith "Matrix dimensions incompatible for concat (found \(map do m: counter (size m) done mm) not all of which are \(n))";
     fi);
 
-concat' direction mm = //!!! doc: storage order is taken from first matrix in sequence
+concat' direction mm = //!!! doc: storage order is taken from first matrix in sequence; concat is obviously not lazy (unlike std module)
     case length mm of
     0: zeroSizeMatrix ();
     1: head mm;