diff tests/testLstsq.m @ 8:64fbc37c8c06

Added SL0 matlab test and data
author nikcleju
date Sat, 05 Nov 2011 20:40:22 +0000
parents 4a4e5204ecf5
children
line wrap: on
line diff
--- a/tests/testLstsq.m	Sat Nov 05 11:41:38 2011 +0000
+++ b/tests/testLstsq.m	Sat Nov 05 20:40:22 2011 +0000
@@ -7,6 +7,7 @@
 
 tic
 for i = 1:nruns
-    A \ b;
+    %A \ b;
+    svd(A);
 end
 toc
\ No newline at end of file