]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/matrices/elimination/elimination.factor
factor: trim using lists
[factor.git] / extra / math / matrices / elimination / elimination.factor
index 19af0a496534ce3e52baa800279bd6f249f9e967..970e316f638d7ac794289bb7e05490a11af52dd6 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2006, 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel locals math math.vectors math.matrices
-namespaces sequences fry sorting ;
+USING: kernel math math.matrices math.vectors namespaces
+sequences ;
 IN: math.matrices.elimination
 
 SYMBOL: matrix