summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-1430-1276/+2361
| | |\ \
| | | * | 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-067-28/+578
| |\ \ \
| * | | | 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
| * | | | Merge branch 'composite_operator_datacontainer' of https://github.com/vais-ra...Edoardo Pasca2019-03-013-476/+114
| |\ \ \ \
| | * | | | delete Algorithms.pyEdoardo Pasca2019-03-011-362/+0
| | | |/ / | | |/| |
| | * | | Merge branch 'master' into composite_operator_datacontainerEdoardo Pasca2019-02-2822-1295/+1881
| | |\ \ \
| | | * | | removed dos line endingEdoardo Pasca2019-02-281-28/+28
| | | * | | removed line endingsEdoardo Pasca2019-02-281-86/+86
| * | | | | renamed to Block...Edoardo Pasca2019-03-013-106/+22
| * | | | | Merge branch 'master' into composite_operator_datacontainerEdoardo Pasca2019-03-0121-1294/+1889
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | first working implementation of CGLS with CompositeOperator/DataContainerEdoardo Pasca2019-02-201-646/+818
| * | | | | add run methodEdoardo Pasca2019-02-201-0/+6
| * | | | | add default stop criterion and run methodEdoardo Pasca2019-02-201-7/+9
| * | | | | check numerical types from numpyEdoardo Pasca2019-02-201-1/+8
| * | | | | fix TomoIdentity with scalarEdoardo Pasca2019-02-181-8/+8
| * | | | | added unittest for CompositeDataContainerEdoardo Pasca2019-02-181-0/+176