File renaming
parent
64bfcf877f
commit
92ae5b46de
|
@ -2,10 +2,10 @@ PROVIDE: topology
|
||||||
{
|
{
|
||||||
"matrix.factor"
|
"matrix.factor"
|
||||||
"linear.factor"
|
"linear.factor"
|
||||||
"homology.factor"
|
"simplex.factor"
|
||||||
"hopf.factor"
|
"hopf.factor"
|
||||||
} {
|
} {
|
||||||
"test/matrix.factor"
|
"test/matrix.factor"
|
||||||
"test/homology.factor"
|
"test/simplex.factor"
|
||||||
"test/hopf.factor"
|
"test/hopf.factor"
|
||||||
} ;
|
} ;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2006 Slava Pestov.
|
! Copyright (C) 2006 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
IN: homology
|
IN: simplex
|
||||||
USING: arrays hashtables io kernel math matrices namespaces
|
USING: arrays hashtables io kernel math matrices namespaces
|
||||||
prettyprint sequences topology words ;
|
prettyprint sequences topology words ;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
IN: temporary
|
IN: temporary
|
||||||
USING: homology test ;
|
USING: simplex test ;
|
||||||
|
|
||||||
[ { 1 } ] [ {*} H ] unit-test
|
[ { 1 } ] [ {*} H ] unit-test
|
||||||
[ { 2 } ] [ S^0 H ] unit-test
|
[ { 2 } ] [ S^0 H ] unit-test
|
Loading…
Reference in New Issue