summaryrefslogtreecommitdiffstats
path: root/src/Python/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* removed src dirEdoardo Pasca2018-01-251-64/+0
|
* Merge branch 'pythonize' of ↵Edoardo Pasca2017-08-231-2/+2
|\ | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
| * module rename to cpu_regularizersEdoardo Pasca2017-08-231-2/+2
| |
* | changed the backward slash to forwardEdoardo Pasca2017-08-231-6/+6
|/
* added TGV_PDEdoardo Pasca2017-08-071-0/+1
|
* added PatchBased_RegulEdoardo Pasca2017-08-041-0/+1
|
* compilation fixesEdoardo Pasca2017-08-041-5/+9
|
* Added Python modulesEdoardo Pasca2017-08-031-0/+58
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.