]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tensors/tensors.factor
factor: trim using lists
[factor.git] / extra / tensors / tensors.factor
index 142c1f8290f4ab1a4c088a9ba3aad9ddc194c6ec..578bcd2e8e79c41c3f45eb9ce642c2d20ad391d5 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2019 HMC Clinic.
 ! See http://factorcode.org/license.txt for BSD license.
 
-USING: accessors alien alien.c-types alien.data arrays byte-arrays combinators
-grouping kernel locals kernel.private math math.functions ranges math.vectors
+USING: accessors alien alien.c-types alien.data arrays combinators
+grouping kernel math math.functions ranges math.vectors
 math.vectors.simd multi-methods parser prettyprint.custom sequences sequences.extras
 sequences.private specialized-arrays typed ;