]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/blas/matrices/matrices.factor
Merge qualified, alias, symbols, constants into core
[factor.git] / extra / math / blas / matrices / matrices.factor
index c8a4ee6292654144f1ee7193055a1c770de3ba5a..75ab07709a448900eda60a5f11f76785e6712efe 100755 (executable)
@@ -2,7 +2,7 @@ USING: accessors alien alien.c-types arrays byte-arrays combinators
 combinators.short-circuit fry kernel locals macros
 math math.blas.cblas math.blas.vectors math.blas.vectors.private
 math.complex math.functions math.order functors words
-sequences sequences.merged sequences.private shuffle symbols
+sequences sequences.merged sequences.private shuffle
 specialized-arrays.direct.float specialized-arrays.direct.double
 specialized-arrays.float specialized-arrays.double ;
 IN: math.blas.matrices