summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/ccpi
Commit message (Expand)AuthorAgeFilesLines
* Cache computed lipschitz constant, seed random number generator to ensure tha...fast_tnvSuren A. Chilingaryan2020-03-271-4/+27
* Operator composition (#493)Edoardo Pasca2020-02-2111-161/+635
* fix limits of docstring (#495)Edoardo Pasca2020-02-061-1/+1
* axpby as concrete method in DataContainer and BlockDataContainer (#489)Edoardo Pasca2020-01-245-25/+98
* Allows user to set number of threads used by openMP in C library grad… (#476)Gemma Fardell2020-01-231-14/+27
* add force recalculation of norm (#487)Edoardo Pasca2020-01-162-6/+40
* add reduction min and max (#486)Edoardo Pasca2020-01-161-1/+9
* Function m (#482)Edoardo Pasca2020-01-1543-827/+1192
* v19.10 docs (#467)Edoardo Pasca2020-01-0618-135/+232
* C lib (#458)Edoardo Pasca2019-12-062-22/+319
* added default input to CentreOfRotationFinder set_slice. Added check on value...Gemma Fardell2019-11-201-12/+12
* added armijo rule (#390)Edoardo Pasca2019-11-194-25/+192
* moved plotting utilities from demos (#424)Edoardo Pasca2019-11-135-1/+515
* fix MixedL21Norm (#417)Vaggelis Papoutsellis2019-10-301-75/+87
* Indicator box to use as_array, for SIRF (#418)Edoardo Pasca2019-10-291-2/+2
* Bug fix: Input data change updates mtime (#416)Gemma Fardell2019-10-291-0/+3
* Block geometry (#415)Vaggelis Papoutsellis2019-10-291-4/+3
* CenterOfRotationFinder() fixes #406 fixes #400 (#414)Gemma Fardell2019-10-292-33/+94
* defines shape for a subset slice (#410)Edoardo Pasca2019-10-281-14/+27
* override the dimension parameter, set angles to None by default (#412)Edoardo Pasca2019-10-281-2/+11
* add future imports (#411)Edoardo Pasca2019-10-281-1/+3
* Pdhg last objective (#407)Edoardo Pasca2019-10-222-20/+31
* update Lipschitz constant (#404)Edoardo Pasca2019-10-181-1/+1
* closes #370 (#395)Edoardo Pasca2019-10-181-1/+1
* copy list compatible with python <3.3 (#399)Edoardo Pasca2019-10-181-2/+2
* Fix sym grad (#393)Vaggelis Papoutsellis2019-10-155-111/+57
* Run to run all iterations (#391)Edoardo Pasca2019-10-142-344/+351
* Finite diff allocate (#389)Edoardo Pasca2019-10-141-75/+77
* Add log exp (#381)Edoardo Pasca2019-10-111-0/+8
* Pass kwargs to algorithm (#380)Edoardo Pasca2019-10-116-46/+105
* fix subset doesn't return ImageGeometry (#376)evelinaametova2019-10-113-53/+227
* remove angle from ImageGeometry (#378)Edoardo Pasca2019-10-101-1/+0
* Finite diff for sirf (#367)Edoardo Pasca2019-10-0930-55/+338
* Subset for ndim 1 (#373)Edoardo Pasca2019-10-073-255/+66
* use dimension_labels in clone of Acquisition/ImageGeometry (#366)Edoardo Pasca2019-09-201-2/+4
* Norm2Sq and FISTA to give hints of why they fail (#351)Edoardo Pasca2019-07-053-8/+12
* Fix documentation (#343)Vaggelis Papoutsellis2019-07-0529-552/+833
* Merge gf branch (#350)Edoardo Pasca2019-07-046-204/+89
* Revert "Gf algorithm bug fix (#348)" (#349)Edoardo Pasca2019-07-046-89/+204
* Gf algorithm bug fix (#348)gfardell2019-07-046-204/+89
* Headers comment (#342)Edoardo Pasca2019-07-0249-346/+530
* Update spdhg.pyEdoardo Pasca2019-07-021-1/+1
* added print of reached toleranceEdoardo Pasca2019-07-021-1/+4
* removed commentsEdoardo Pasca2019-07-011-61/+2
* calculation of flag in method, redefinition of default stop criterionEdoardo Pasca2019-07-011-15/+13
* use master implementationEdoardo Pasca2019-07-011-2/+0
* Merge branch 'master' into cgls_fixEdoardo Pasca2019-07-011-5/+18
|\
| * removed or from ifEdoardo Pasca2019-07-011-2/+1
| * correct verbose outputEdoardo Pasca2019-07-011-5/+19
* | fix cglsepapoutsellis2019-06-261-2/+2