]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/matrices/extras/extras.factor
factor: trim using lists
[factor.git] / extra / math / matrices / extras / extras.factor
index 856971185c1fa9d24868d7153bbccdc2ae54e63e..f142f489b2812ccce1525c01ad8167caca13bf27 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2005, 2010, 2018 Slava Pestov, Joe Groff, and Cat Stevens.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays combinators formatting fry kernel locals
-math math.bits math.functions math.matrices
-math.matrices.private math.order math.statistics math.text.english
-math.vectors random sequences sequences.deep summary ;
+USING: accessors arrays combinators formatting kernel math
+math.bits math.functions math.matrices math.order
+math.statistics math.text.english math.vectors random sequences
+sequences.deep summary ;
 IN: math.matrices.extras
 
 ! this is a questionable implementation