summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge remote-tracking branch 'origin/master' into ↵Edoardo Pasca2019-03-193-114/+127
| |\ | | | | | | | | | composite_operator_datacontainer
| * | added and updated unittestsEdoardo Pasca2019-03-194-11/+75
| | |
| * | Geometries create default dimension labels and shapeEdoardo Pasca2019-03-198-110/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | allocate method can return a different shape of Image/AcquisitionData add reverse multiplication by scalar L2NormSq uses Scaled Function add scaled function BlockOperator to act on DataContainers by wrapping in BlockDataContainer modifications from block_function branch
| * | 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 ↵Edoardo Pasca2019-03-1430-1276/+2361
| | |\ \ | | | | | | | | | | | | | | | https://github.com/vais-ral/CCPi-Framework into composite_operator_datacontainer
| | | * | 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
| | | | | | | | | | | | | | | | | | | | Norm2sq fixes for memopt
| | | * | 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
| | | | | | | | | | | | | | | | CGLS with Tikhonov regularisation with Block structures
| * | | 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 ↵Edoardo Pasca2019-03-067-28/+578
| |\ \ \ | | | | | | | | | | | | | | | composite_operator_datacontainer
| * | | | added BlockLinearOperatorEdoardo Pasca2019-03-061-213/+59
| | | | |
| * | | | fixed tests and py27 quirksEdoardo Pasca2019-03-064-18/+38
| | | | |
| * | | | conda recipe conditional for testingvagrant2019-03-062-4/+5
| | | | |
| * | | | removed default before positionalEdoardo Pasca2019-03-061-18/+9
| | | | |
| * | | | fix named argument before *argsEdoardo Pasca2019-03-062-32/+51
| | | | |
| * | | | python 2.7 fixEdoardo Pasca2019-03-051-1/+1
| | | | |
| * | | | code refactoring and unittest for block containerEdoardo Pasca2019-03-059-277/+586
| | | | |