fix load error
parent
7134236e46
commit
6a67f02f69
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2005, 2009 Slava Pestov.
|
! Copyright (C) 2005, 2009 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors arrays columns kernel math math.bits
|
USING: accessors arrays columns kernel math math.bits
|
||||||
math.order math.vectors sequences sequences.private ;
|
math.order math.vectors sequences sequences.private fry ;
|
||||||
IN: math.matrices
|
IN: math.matrices
|
||||||
|
|
||||||
! Matrices
|
! Matrices
|
||||||
|
|
Loading…
Reference in New Issue