]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/matrices/matrices-tests.factor
sequences: add cartesian-each, cartesian-map, cartesian-product words to eliminate...
[factor.git] / basis / math / matrices / matrices-tests.factor
index 3ee1ddbd6d229b5baa85c11afbf8c58840e207d2..a22f6cc97812abe75e3f80227526f761692808c5 100644 (file)
@@ -105,8 +105,5 @@ USING: math.matrices math.vectors tools.test math ;
 
 [ { 1 0 0 } ] [ { 1 1 0 } { 1 0 0 } proj ] unit-test
 
-[ { { { 1 "a" } { 1 "b" } } { { 2 "a" } { 2 "b" } } } ]
-[ { 1 2 } { "a" "b" } cross-zip ] unit-test
-
 [ { { 4181 6765 } { 6765 10946 } } ]
 [ { { 0 1 } { 1 1 } } 20 m^n ] unit-test