summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
Commit message (Expand)AuthorAgeFilesLines
* add outEdoardo Pasca2019-03-211-4/+4
* add Vaggelis fix, missing docstrings are addedEdoardo Pasca2019-03-211-24/+10
* added strings as class membersEdoardo Pasca2019-03-211-20/+69
* add value to allocate parsEdoardo Pasca2019-03-211-2/+2
* BlockDataContainer can do algebra with DataContainersEdoardo Pasca2019-03-212-8/+49
* Merge remote-tracking branch 'origin/master' into composite_operator_datacont...Edoardo Pasca2019-03-192-111/+124
|\
| * add try/catchEdoardo Pasca2019-03-191-109/+117
| * update Norm2sq for SIRF compatibility (#222)Edoardo Pasca2019-03-151-2/+7
* | added and updated unittestsEdoardo Pasca2019-03-194-11/+75
* | Geometries create default dimension labels and shapeEdoardo Pasca2019-03-198-110/+201
* | fix algebra for BlockDataContainer and add testEdoardo Pasca2019-03-182-18/+67
* | added first implementationEdoardo Pasca2019-03-151-0/+34
* | add docstringEdoardo Pasca2019-03-151-0/+7
* | squared_norm returns dot with selfEdoardo Pasca2019-03-151-4/+5
* | work with VaggelisEdoardo Pasca2019-03-144-26/+22
* | removed alpha parameterEdoardo Pasca2019-03-142-33/+45
* | removed FunctionComposition.pyEdoardo Pasca2019-03-141-121/+0
* | added docstringsEdoardo Pasca2019-03-141-7/+19
* | fixed test_functions.pyEdoardo Pasca2019-03-141-6/+0
* | removed composition_withEdoardo Pasca2019-03-141-10/+0
* | remove * importEdoardo Pasca2019-03-141-5/+4
* | use ScaledFunctionEdoardo Pasca2019-03-141-6/+17
* | added Function.pyEdoardo Pasca2019-03-141-1/+3
* | added ScaledFunctionEdoardo Pasca2019-03-142-0/+108
* | Merge branch 'composite_operator_datacontainer' into block_functionEdoardo Pasca2019-03-1410-556/+827
|\ \
| * \ Merge branch 'composite_operator_datacontainer' of https://github.com/vais-ra...Edoardo Pasca2019-03-1428-1271/+2339
| |\ \
| | * | create and reconstruct tomophantom datasetEdoardo Pasca2019-03-111-0/+242
| | * | change default method to range_geometry and domain_geometryEdoardo Pasca2019-03-111-3/+8
| | * | fix initialisation for memoptEdoardo Pasca2019-03-111-4/+8
| | * | deprecate grad and proxEdoardo Pasca2019-03-111-16/+29
| | * | add dimension_labels to geometries to allocate on specific axis orderEdoardo Pasca2019-03-111-2/+10
| | * | bugfix in adjointEdoardo Pasca2019-03-111-1/+1
| | * | run default verbose True excludes callbackEdoardo Pasca2019-03-111-3/+4
| | * | removed commentEdoardo Pasca2019-03-082-14/+12
| * | | line endingsEdoardo Pasca2019-03-141-513/+513
* | | | added corrections to files which shoudl go?Edoardo Pasca2019-03-142-58/+5
* | | | refactoring add unittestEdoardo Pasca2019-03-148-429/+67
* | | | moved test functions file to test dirEdoardo Pasca2019-03-141-0/+0
* | | | removed __pycache__ from gitEdoardo Pasca2019-03-148-0/+0
* | | | blockFrameworkepapoutsellis2019-03-0826-1/+2123
| |/ / |/| |
* | | bugfix BlockOperator adjointEdoardo Pasca2019-03-082-218/+4
* | | working implementation of CGLS Tikhonov exampleEdoardo Pasca2019-03-083-45/+58
* | | added CGLS_tikohnov.pyEdoardo Pasca2019-03-081-0/+182
* | | py27 fixesEdoardo Pasca2019-03-073-265/+446
* | | first working block frameworkEdoardo Pasca2019-03-075-76/+164
* | | lots of changes and added testsEdoardo Pasca2019-03-0712-66/+257
* | | add scaled operator and block scaledEdoardo Pasca2019-03-074-1/+52
* | | added all methodsEdoardo Pasca2019-03-071-0/+9
* | | created ScaledOperator.pyEdoardo Pasca2019-03-061-0/+14
* | | Merge remote-tracking branch 'origin/master' into composite_operator_datacont...Edoardo Pasca2019-03-066-24/+556
|\ \ \ | | |/ | |/|