factor/contrib/topology/load.factor

14 lines
240 B
Factor
Raw Normal View History

PROVIDE: contrib/topology
2006-07-14 05:36:26 -04:00
{
"matrix.factor"
"linear.factor"
2006-07-14 06:57:47 -04:00
"simplex.factor"
2006-07-14 05:36:26 -04:00
"hopf.factor"
2006-07-27 18:57:44 -04:00
"laplacian.factor"
2006-07-14 05:36:26 -04:00
} {
"test/matrix.factor"
2006-07-14 06:57:47 -04:00
"test/simplex.factor"
2006-07-14 05:36:26 -04:00
"test/hopf.factor"
2006-07-27 18:57:44 -04:00
"test/laplacian.factor"
2006-07-14 05:36:26 -04:00
} ;