]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/matrices/laplace/laplace.factor
basis/extra: fix using for map-index move back to sequences.
[factor.git] / extra / math / matrices / laplace / laplace.factor
index dcc6f39a1a9486df902430272c419dda49e9bf23..817fa89d9a9845bc1a2f5949f13aee3691d8c740 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2013 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays assocs fry kernel locals math math.matrices
+USING: accessors arrays fry kernel locals math math.matrices
 math.vectors sequences sequences.private ;
 IN: math.matrices.laplace