Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add implementation of KullbackLeibler with tests and memopt | Edoardo Pasca | 2019-04-17 | 2 | -33/+82 |
* | removed comments | Edoardo Pasca | 2019-04-16 | 1 | -6/+1 |
* | fix L2NormSquared | Edoardo Pasca | 2019-04-16 | 2 | -3/+4 |
* | added KullbackLeibler out implementation and test | Edoardo Pasca | 2019-04-16 | 2 | -42/+65 |
* | fix new implementation of PowerMethod | Edoardo Pasca | 2019-04-16 | 1 | -28/+11 |
* | updated tests | Edoardo Pasca | 2019-04-16 | 2 | -15/+59 |
* | Merge pull request #244 from vais-ral/power_method | Edoardo Pasca | 2019-04-16 | 15 | -396/+175 |
|\ | |||||
| * | reinstated speed check | Edoardo Pasca | 2019-04-16 | 1 | -1/+1 |
| * | skip time test of gradient adjoint with out parameter | Edoardo Pasca | 2019-04-16 | 1 | -7/+7 |
| * | use Identity | Edoardo Pasca | 2019-04-16 | 1 | -9/+3 |
| * | moved LinearOperatorMatrix | Edoardo Pasca | 2019-04-16 | 2 | -1/+52 |
| * | minor change of PowerMethod | Edoardo Pasca | 2019-04-16 | 1 | -2/+3 |
| * | removed TV2D | Edoardo Pasca | 2019-04-16 | 1 | -7/+0 |
| * | fix tests with removed ops.py | Edoardo Pasca | 2019-04-16 | 6 | -78/+25 |
| * | fix test and removed reference to PowerMethodNonsquare | Edoardo Pasca | 2019-04-15 | 4 | -14/+11 |
| * | Merge remote-tracking branch 'origin/composite_operator_datacontainer' into p... | Edoardo Pasca | 2019-04-15 | 16 | -282/+694 |
| |\ | |||||
| * | | moved Power Method in Linear Operator | Edoardo Pasca | 2019-04-15 | 3 | -294/+90 |
* | | | proximal is not working properly | epapoutsellis | 2019-04-15 | 1 | -3/+18 |
* | | | fixing other method pf pdhg denoising | epapoutsellis | 2019-04-15 | 10 | -136/+197 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #245 from vais-ral/exception_geometry | Edoardo Pasca | 2019-04-15 | 10 | -136/+197 |
| |\ \ | |||||
| | * | | fixed imports | Edoardo Pasca | 2019-04-15 | 4 | -5/+4 |
| | * | | use new algorithm class | Edoardo Pasca | 2019-04-15 | 1 | -12/+19 |
| | * | | fixed load method | Edoardo Pasca | 2019-04-15 | 1 | -5/+16 |
| | * | | update ZeroFun to ZeroFunction | Edoardo Pasca | 2019-04-15 | 2 | -5/+5 |
| | * | | Merge remote-tracking branch 'origin/composite_operator_datacontainer' into e... | Edoardo Pasca | 2019-04-15 | 11 | -172/+267 |
| | |\| | |||||
| | * | | add test for allocate when passed a geometry | Edoardo Pasca | 2019-04-15 | 1 | -10/+11 |
| | * | | adds exception for incompatible geometry/array | Edoardo Pasca | 2019-04-12 | 2 | -100/+143 |
* | | | | fixing other method pf pdhg denoising | epapoutsellis | 2019-04-15 | 2 | -7/+280 |
* | | | | fixing other method pf pdhg denoising | epapoutsellis | 2019-04-15 | 7 | -195/+176 |
* | | | | change grad & prox | epapoutsellis | 2019-04-15 | 1 | -2/+2 |
|/ / / | |||||
* | / | fix out, mixedL21Norm, add 3D denoising | epapoutsellis | 2019-04-15 | 6 | -146/+497 |
| |/ |/| | |||||
* | | fix test TV denoising | epapoutsellis | 2019-04-14 | 1 | -0/+1 |
* | | remove print | epapoutsellis | 2019-04-14 | 5 | -240/+118 |
|\| | |||||
| * | added test for mixedL21Norm | Edoardo Pasca | 2019-04-12 | 1 | -4/+6 |
| * | use PDHG class | Edoardo Pasca | 2019-04-12 | 1 | -11/+41 |
| * | removed print | Edoardo Pasca | 2019-04-12 | 1 | -1/+0 |
| * | scaled function proximal conjugate uses out | Edoardo Pasca | 2019-04-12 | 1 | -1/+2 |
| * | added docstrings | Edoardo Pasca | 2019-04-12 | 1 | -67/+28 |
| * | Merge remote-tracking branch 'origin/composite_operator_datacontainer' into p... | Edoardo Pasca | 2019-04-12 | 15 | -331/+1031 |
| |\ | |||||
| * | | removed comments | Edoardo Pasca | 2019-04-12 | 1 | -159/+1 |
| * | | commutative algebra between BlockDataContainers and DataContainers | Edoardo Pasca | 2019-04-12 | 3 | -151/+204 |
* | | | check algebra FunctionComposition | epapoutsellis | 2019-04-14 | 1 | -2/+17 |
* | | | change to ZeroFunction | epapoutsellis | 2019-04-14 | 1 | -0/+61 |
* | | | fix pdhg examples | epapoutsellis | 2019-04-14 | 2 | -4/+4 |
* | | | add ZeroFunction | epapoutsellis | 2019-04-14 | 1 | -1/+1 |
* | | | change to ZeroFunction | epapoutsellis | 2019-04-14 | 1 | -63/+0 |
* | | | add docstrings and fix pnorm | epapoutsellis | 2019-04-14 | 3 | -66/+98 |
* | | | add pnorm method | epapoutsellis | 2019-04-14 | 1 | -1/+45 |
* | | | fix memopt and docstrings | epapoutsellis | 2019-04-12 | 1 | -5/+8 |
* | | | fix memopt and docstrings | epapoutsellis | 2019-04-12 | 5 | -83/+95 |
| |/ |/| |