]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/matrices/laplace/laplace.factor
factor: trim using lists
[factor.git] / extra / math / matrices / laplace / laplace.factor
index 1d8f8468e7eb2296f952c4c2734caf2e1ba5b49d..306895e7d4151c39dc52559c8bd4ed3f6693e77e 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2013 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays fry kernel locals math math.matrices
-math.vectors sequences sequences.private ;
+USING: accessors classes kernel math math.matrices math.vectors
+sequences sequences.private ;
 IN: math.matrices.laplace
 
 <PRIVATE