]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/matrices/matrices.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / math / matrices / matrices.factor
index edc8d38c03273b2706071eeea317e8396ddf34e8..f777eae9d98fd67fe34c040a743495223ecc827e 100644 (file)
@@ -3,7 +3,7 @@
 USING: accessors arrays classes.singleton columns combinators
 combinators.short-circuit combinators.smart formatting fry
 grouping kernel locals math math.bits math.functions math.order
-math.private math.ranges math.statistics math.vectors
+math.private ranges math.statistics math.vectors
 math.vectors.private sequences sequences.deep sequences.private
 slots.private summary ;
 IN: math.matrices