| Commit message (Expand) | Author | Age | Files | Lines |
* | added example file | Edoardo Pasca | 2019-06-04 | 1 | -0/+133 |
* | progress | Edoardo Pasca | 2019-06-04 | 7 | -12/+149 |
* | fixing tests | Edoardo Pasca | 2019-06-04 | 5 | -98/+59 |
* | Merge pull request #291 from vais-ral/norm2sq_bugfix | Edoardo Pasca | 2019-06-04 | 4 | -11/+11 |
|\ |
|
| * | Merge branch 'norm2sq_bugfix' into composite_operator_datacontainer | Edoardo Pasca | 2019-06-03 | 4 | -11/+11 |
| |\ |
|
| | * | fix import and calls in tests | Edoardo Pasca | 2019-06-03 | 2 | -8/+8 |
| | * | Fix upper/lower case inconsistency to allow astra demo to run | Jakob Jorgensen, WS at HMXIF | 2019-05-21 | 2 | -3/+3 |
* | | | fix print for python27 | Edoardo Pasca | 2019-06-04 | 1 | -8/+7 |
|/ / |
|
* | | updated print | Edoardo Pasca | 2019-05-23 | 1 | -6/+5 |
* | | update pretty print | Edoardo Pasca | 2019-05-23 | 1 | -10/+34 |
* | | verbose to tabulate the output | Edoardo Pasca | 2019-05-22 | 1 | -10/+36 |
* | | raise error if method is not recognised | Edoardo Pasca | 2019-05-01 | 1 | -0/+3 |
* | | fix import | Edoardo Pasca | 2019-05-01 | 2 | -1/+6 |
* | | reimplements dot product | Edoardo Pasca | 2019-05-01 | 1 | -4/+14 |
* | | removed useless imports | Edoardo Pasca | 2019-05-01 | 1 | -7/+2 |
* | | Fix dot product bug | Jakob Jorgensen, WS at HMXIF | 2019-04-30 | 2 | -1/+129 |
|/ |
|
* | Merge pull request #266 from vais-ral/sirt2beast | Edoardo Pasca | 2019-04-26 | 6 | -72/+331 |
|\ |
|
| * | Change array->as_array and loss->objective | Jakob Jorgensen, WS at HMXIF | 2019-04-26 | 1 | -14/+14 |
| * | Tidy SIRT and demo | Jakob Jorgensen, WS at HMXIF | 2019-04-25 | 2 | -81/+69 |
| * | Add demo FISTA with constraints previously in SIRT demo | Jakob Jorgensen, WS at HMXIF | 2019-04-17 | 1 | -0/+158 |
| * | Implemented using geometries in SIRT | Jakob Jorgensen, WS at HMXIF | 2019-04-17 | 3 | -64/+16 |
| * | Copied SIRT manually | Jakob Jorgensen, WS at HMXIF | 2019-04-16 | 1 | -28/+30 |
| * | bugfixes, whitespace | Jakob Jorgensen, WS at HMXIF | 2019-04-16 | 2 | -5/+5 |
| * | Transferred from move_sirt_algorithm branch | Jakob Jorgensen, WS at HMXIF | 2019-04-16 | 5 | -17/+176 |
* | | removed spdhg from optimisation | Edoardo Pasca | 2019-04-17 | 1 | -338/+0 |
* | | added contrib and moved spdhg | Edoardo Pasca | 2019-04-17 | 5 | -1/+341 |
* | | fix call | Edoardo Pasca | 2019-04-17 | 1 | -1/+1 |
* | | 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 |