Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cache computed lipschitz constant, seed random number generator to ensure tha...fast_tnv | Suren A. Chilingaryan | 2020-03-27 | 1 | -4/+27 |
* | Operator composition (#493) | Edoardo Pasca | 2020-02-21 | 10 | -160/+634 |
* | fix limits of docstring (#495) | Edoardo Pasca | 2020-02-06 | 1 | -1/+1 |
* | axpby as concrete method in DataContainer and BlockDataContainer (#489) | Edoardo Pasca | 2020-01-24 | 2 | -10/+13 |
* | Allows user to set number of threads used by openMP in C library grad… (#476) | Gemma Fardell | 2020-01-23 | 1 | -14/+27 |
* | add force recalculation of norm (#487) | Edoardo Pasca | 2020-01-16 | 2 | -6/+40 |
* | Function m (#482) | Edoardo Pasca | 2020-01-15 | 31 | -769/+1086 |
* | v19.10 docs (#467) | Edoardo Pasca | 2020-01-06 | 18 | -135/+232 |
* | C lib (#458) | Edoardo Pasca | 2019-12-06 | 1 | -21/+236 |
* | added armijo rule (#390) | Edoardo Pasca | 2019-11-19 | 4 | -25/+192 |
* | fix MixedL21Norm (#417) | Vaggelis Papoutsellis | 2019-10-30 | 1 | -75/+87 |
* | Indicator box to use as_array, for SIRF (#418) | Edoardo Pasca | 2019-10-29 | 1 | -2/+2 |
* | add future imports (#411) | Edoardo Pasca | 2019-10-28 | 1 | -1/+3 |
* | Pdhg last objective (#407) | Edoardo Pasca | 2019-10-22 | 2 | -20/+31 |
* | update Lipschitz constant (#404) | Edoardo Pasca | 2019-10-18 | 1 | -1/+1 |
* | closes #370 (#395) | Edoardo Pasca | 2019-10-18 | 1 | -1/+1 |
* | Fix sym grad (#393) | Vaggelis Papoutsellis | 2019-10-15 | 5 | -111/+57 |
* | Run to run all iterations (#391) | Edoardo Pasca | 2019-10-14 | 1 | -2/+9 |
* | Finite diff allocate (#389) | Edoardo Pasca | 2019-10-14 | 1 | -75/+77 |
* | Pass kwargs to algorithm (#380) | Edoardo Pasca | 2019-10-11 | 5 | -43/+100 |
* | Finite diff for sirf (#367) | Edoardo Pasca | 2019-10-09 | 28 | -47/+297 |
* | Norm2Sq and FISTA to give hints of why they fail (#351) | Edoardo Pasca | 2019-07-05 | 3 | -8/+12 |
* | Fix documentation (#343) | Vaggelis Papoutsellis | 2019-07-05 | 29 | -552/+833 |
* | Merge gf branch (#350) | Edoardo Pasca | 2019-07-04 | 6 | -204/+89 |
* | Revert "Gf algorithm bug fix (#348)" (#349) | Edoardo Pasca | 2019-07-04 | 6 | -89/+204 |
* | Gf algorithm bug fix (#348) | gfardell | 2019-07-04 | 6 | -204/+89 |
* | Headers comment (#342) | Edoardo Pasca | 2019-07-02 | 34 | -273/+368 |
* | added print of reached tolerance | Edoardo Pasca | 2019-07-02 | 1 | -1/+4 |
* | removed comments | Edoardo Pasca | 2019-07-01 | 1 | -61/+2 |
* | calculation of flag in method, redefinition of default stop criterion | Edoardo Pasca | 2019-07-01 | 1 | -15/+13 |
* | use master implementation | Edoardo Pasca | 2019-07-01 | 1 | -2/+0 |
* | Merge branch 'master' into cgls_fix | Edoardo Pasca | 2019-07-01 | 1 | -5/+18 |
|\ | |||||
| * | removed or from if | Edoardo Pasca | 2019-07-01 | 1 | -2/+1 |
| * | correct verbose output | Edoardo Pasca | 2019-07-01 | 1 | -5/+19 |
* | | fix cgls | epapoutsellis | 2019-06-26 | 1 | -2/+2 |
* | | fix cgls imple | epapoutsellis | 2019-06-26 | 2 | -11/+44 |
* | | cgls_test | epapoutsellis | 2019-06-25 | 1 | -61/+77 |
|/ | |||||
* | Merge pull request #313 from vais-ral/update_fix_test | Edoardo Pasca | 2019-06-13 | 4 | -11/+59 |
|\ | |||||
| * | remove check isnan which fails with BlockDataContainers | Edoardo Pasca | 2019-06-13 | 1 | -3/+1 |
| * | play around with test | Edoardo Pasca | 2019-06-13 | 1 | -3/+4 |
| * | Merge remote-tracking branch 'origin/demos' into update_fix_test | Edoardo Pasca | 2019-06-13 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'demos' into update_fix_test | Edoardo Pasca | 2019-06-12 | 1 | -1/+2 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'origin/fix_test' into update_fix_test | Edoardo Pasca | 2019-06-07 | 4 | -10/+59 |
| |\ \ \ | |||||
| | * | | | add memopt and some checks | Edoardo Pasca | 2019-06-06 | 1 | -2/+47 |
| | * | | | fixed test | Edoardo Pasca | 2019-06-05 | 1 | -10/+0 |
| | * | | | progress | Edoardo Pasca | 2019-06-04 | 3 | -11/+20 |
| | * | | | fixing tests | Edoardo Pasca | 2019-06-04 | 4 | -94/+49 |
* | | | | | Delete FiniteDifferenceOperator_old.py | Edoardo Pasca | 2019-06-13 | 1 | -374/+0 |
| |_|_|/ |/| | | | |||||
* | | | | delete old demo | epapoutsellis | 2019-06-12 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge remote-tracking branch 'origin/demos' into update_demo | Edoardo Pasca | 2019-06-12 | 1 | -1/+2 |
|\ \ \ | |/ / |/| | |