summaryrefslogtreecommitdiff
path: root/src/Python/setup.py
AgeCommit message (Collapse)Author
2018-01-25removed src dirEdoardo Pasca
2017-08-23Merge branch 'pythonize' of ↵Edoardo Pasca
https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
2017-08-23changed the backward slash to forwardEdoardo Pasca
2017-08-23module rename to cpu_regularizersEdoardo Pasca
2017-08-07added TGV_PDEdoardo Pasca
2017-08-04added PatchBased_RegulEdoardo Pasca
2017-08-04compilation fixesEdoardo Pasca
2017-08-03Added Python modulesEdoardo Pasca
Matlab2Python_utils.cpp contains utilities for handling numpy arrays. Together with setup_test.py it creates a functional module for testing. fista_module.cpp and setup.py are meant for the real fista module.