summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test facility for regularizersEdoardo Pasca2017-10-111-0/+265
|
* compilation fixesEdoardo Pasca2017-10-111-5/+9
|
* extern C fixEdoardo Pasca2017-10-111-5/+10
|
* extern C function called by C++Edoardo Pasca2017-10-115-10/+98
| | | | | adds extern "C" to the definition of the functions if the code is called from C++ rather than from C/Matlab
* removed definition of CopyImageEdoardo Pasca2017-10-112-20/+4
|
* fix typo and add include "matrix.h"Edoardo Pasca2017-10-114-15/+13
|
* test 2D data for regularizersEdoardo Pasca2017-10-111-0/+0
|
* added FGP_TV wrapperEdoardo Pasca2017-10-111-103/+473
|
* Added Python modulesEdoardo Pasca2017-10-114-0/+637
| | | | | | | 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.
* Added utils.c utils.hEdoardo Pasca2017-10-112-0/+56
| | | | | a few regularizers defined the same copyIm function. I moved it into this new common utils.
* added utilsEdoardo Pasca2017-10-114-4/+60
|
* StudentT fidelity added, can be skipped during pythonisingalgol2017-09-111-9/+47
|
* 2 new GPU regularizers, FGP objective fixed, FISTA_REC updatedDaniil Kazantsev2017-09-1111-88/+1016
|
* bugsfJakob Jorgensen, algol@harwell2017-09-071-3/+3
|
* parallel3D updated for big data in Matlabalgol2017-09-071-1/+19
|
* a minor big with TGV being constatly swtiched one removedDaniil Kazantsev2017-08-241-3/+4
|
* Ordered Subset FISTA added and demos updated in DemoRD2Daniil Kazantsev2017-08-033-140/+356
|
* 2D or 3D regularization choices addedDaniil Kazantsev2017-08-031-21/+93
|
* some cleaning inside C functions, updated mex_compile file and the work on ↵Daniil Kazantsev2017-08-0316-258/+182
| | | | ordered-subset FISTA started
* initial split of C files to be used both by Matlab and PythonEdoardo Pasca2017-08-0215-1091/+1619
| | | | | | the regularizers routines have been splitted to separate the Matlab from the C implementation. This will allow the concurrent use of the C code from Boost Python.
* New regularizers for FISTADaniil Kazantsev2017-07-3110-61/+728
|
* ring removal bug fixedalgol2017-07-052-83/+80
|
* FISTA_REC code optimized and cleanedalgol2017-07-051-1/+0
|
* FISTA_REC code optimized and cleanedalgol2017-07-052-126/+89
|
* some clearingDaniil Kazantsev2017-07-047-296/+29
|
* FISTA-GH bug fixedDaniil Kazantsev2017-07-033-11/+14
|
* Major reorganization, updated routinesDaniil Kazantsev2017-07-0318-1184/+1155
|
* Apache2 license addedDaniil Kazantsev2017-07-034-0/+201
|
* Initial revisionPasca2017-03-2925-0/+2482