Skip to content

Frostswing/TheSoftwareProject

Repository files navigation

SoftwareProjectHW1

project_NMF.pdf

tests data

To run python on vscode press "F5"- NOT the green arrow on the top right

compile on nova:

python3 setup.py build_ext --inplace

run on nova:

python3 symnmf.py 3 symnmf ./olddata/tests/input_1.txt

run all commands together:

rm ./build/lib.linux-x86_64-3.6/symnmfC.cpython-36m-x86_64-linux-gnu.so ; python3 setup.py build_ext --inplace ; python3 symnmf.py 3 symnmf ./olddata/tests/input_1.txt

compile and run c file

gcc -o symnmf symnmf.c -lm ./symnmf ddg olddata/tests/input_1.txt

run analysis

python3 analysis.py 3 ./olddata/tests/input_1.txt

TheSoftwareProject

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published