genius r666 - trunk/src
- From: jirka svn gnome org
- To: svn-commits-list gnome org
- Subject: genius r666 - trunk/src
- Date: Sat, 7 Jun 2008 18:06:13 +0000 (UTC)
Author: jirka
Date: Sat Jun 7 18:06:13 2008
New Revision: 666
URL: http://svn.gnome.org/viewvc/genius?rev=666&view=rev
Log:
fix the tests
Modified:
trunk/src/geniustests.txt
Modified: trunk/src/geniustests.txt
==============================================================================
--- trunk/src/geniustests.txt (original)
+++ trunk/src/geniustests.txt Sat Jun 7 18:06:13 2008
@@ -908,9 +908,11 @@
IsNull(zeros(0,3)) true
IsNull(ones(0,1)) true
IsNull(ones(2,0)) true
-NullSpace([1,-1]) [-1;1]
-NullSpace([1,-1;0,0]) [-1;1]
-NullSpace([1,-1;2,-2]) [-1;1]
-NullSpace([1,-1;2,-2;-3,3]) [-1;1]
+NullSpace([1,1]) [1;-1]
+NullSpace([1,1;0,0]) [1;-1]
+NullSpace([1,1;2,2]) [1;-1]
+NullSpace([1,1;2,2;3,3]) [1;-1]
+NullSpace([0,0;1,1;2,2;3,3]) [1;-1]
+NullSpace([0,0;1,0;2,0;3,0]) [0;-1]
load "nullspacetest.gel" true
load "longtest.gel" true
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]