X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fmath%2Fmatrices%2Fextras%2Fextras.factor;h=f142f489b2812ccce1525c01ad8167caca13bf27;hp=856971185c1fa9d24868d7153bbccdc2ae54e63e;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/math/matrices/extras/extras.factor b/extra/math/matrices/extras/extras.factor index 856971185c..f142f489b2 100644 --- a/extra/math/matrices/extras/extras.factor +++ b/extra/math/matrices/extras/extras.factor @@ -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