factor/libs/matrices/load.factor

4 lines
155 B
Factor

PROVIDE: libs/matrices
{ +files+ { "matrices.factor" "linear-equations.factor" } }
{ +tests+ { "test/matrices.factor" "test/linear-equations.factor" } } ;