summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'demos' fixed PDHG and KullbackLeibler and L2NormEdoardo Pasca2019-04-2569-789/+9870
|\
| * fix second case for TGVepapoutsellis2019-04-231-74/+67
| * add symGrad testepapoutsellis2019-04-231-0/+178
| * add TGV testepapoutsellis2019-04-231-0/+211
| * add sym gradepapoutsellis2019-04-231-107/+105
| * PDGAP for TVepapoutsellis2019-04-231-12/+13
| * tests for TVepapoutsellis2019-04-232-64/+64
| * fix __init__epapoutsellis2019-04-231-4/+5
| * fix prox conjepapoutsellis2019-04-231-7/+1
| * allocate symmetric optionepapoutsellis2019-04-231-1/+45
| * test add dot methodepapoutsellis2019-04-231-4/+9
| * change ZeroOperatorepapoutsellis2019-04-201-1/+1
| * fix domain/range geometry for (N, M) BlockOperatorepapoutsellis2019-04-201-7/+58
| * changes for SymmetrizedGradientepapoutsellis2019-04-201-38/+22
| * change to ZeroOperatorepapoutsellis2019-04-201-11/+15
| * fixes for TGVepapoutsellis2019-04-202-105/+159
| * pdhg examplesepapoutsellis2019-04-204-195/+304
| * fix KL & L2epapoutsellis2019-04-202-1/+3
| * fix with cvxpy tomo2D reconepapoutsellis2019-04-176-34/+116
| * fix pdhg tv poissonepapoutsellis2019-04-173-159/+62
| * fix KL and L2NormSq methodsepapoutsellis2019-04-1723-450/+328
| |\
| * | wip tests and demosepapoutsellis2019-04-1752-282/+8769
* | | add tomography type of example with ccpi projectorEdoardo Pasca2019-04-231-0/+273
* | | pass current solution to callback, fix PDHG setupEdoardo Pasca2019-04-232-2/+7
* | | fixed conflictEdoardo Pasca2019-04-171-4/+0
* | | Merge branch 'composite_operator_datacontainer' into demosEdoardo Pasca2019-04-1723-485/+313
|\ \ \ | |/ / |/| / | |/
| * removed spdhg from optimisationEdoardo Pasca2019-04-171-338/+0
| * added contrib and moved spdhgEdoardo Pasca2019-04-175-1/+341
| * fix callEdoardo Pasca2019-04-171-1/+1
| * add implementation of KullbackLeibler with tests and memoptEdoardo Pasca2019-04-172-33/+82
| * removed commentsEdoardo Pasca2019-04-161-6/+1
| * fix L2NormSquaredEdoardo Pasca2019-04-162-3/+4
| * added KullbackLeibler out implementation and testEdoardo Pasca2019-04-162-42/+65
| * fix new implementation of PowerMethodEdoardo Pasca2019-04-161-28/+11
| * updated testsEdoardo Pasca2019-04-162-15/+59
| * Merge pull request #244 from vais-ral/power_methodEdoardo Pasca2019-04-1615-396/+175
| |\
| | * reinstated speed checkEdoardo Pasca2019-04-161-1/+1
| | * skip time test of gradient adjoint with out parameterEdoardo Pasca2019-04-161-7/+7
| | * use IdentityEdoardo Pasca2019-04-161-9/+3
| | * moved LinearOperatorMatrixEdoardo Pasca2019-04-162-1/+52
| | * minor change of PowerMethodEdoardo Pasca2019-04-161-2/+3
| | * removed TV2DEdoardo Pasca2019-04-161-7/+0
| | * fix tests with removed ops.pyEdoardo Pasca2019-04-166-78/+25
| | * fix test and removed reference to PowerMethodNonsquareEdoardo Pasca2019-04-154-14/+11
| | * Merge remote-tracking branch 'origin/composite_operator_datacontainer' into p...Edoardo Pasca2019-04-1516-282/+694
| | |\
| | * | moved Power Method in Linear OperatorEdoardo Pasca2019-04-153-294/+90
* | | | gpu to cpuepapoutsellis2019-04-171-17/+23
* | | | wip tests and demosepapoutsellis2019-04-174-51/+178
* | | | add demosepapoutsellis2019-04-164-34/+58
* | | | fix KL methodsepapoutsellis2019-04-161-3/+10