Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | fix test TV denoising | epapoutsellis | 2019-04-14 | 1 | -0/+1 |
| * | remove print | epapoutsellis | 2019-04-14 | 5 | -240/+118 |
| |\ | |||||
| * | | 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 |
* | | | 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 |
| |/ |/| | |||||
* | | 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 |
|\| | |||||
| * | add docstrings | epapoutsellis | 2019-04-12 | 1 | -27/+32 |
| * | fix algebra BDC | epapoutsellis | 2019-04-12 | 5 | -391/+580 |
| |\ | |||||
| * | | memopt fixes | epapoutsellis | 2019-04-12 | 5 | -56/+28 |
| * | | fix is compatible for nested Block | epapoutsellis | 2019-04-11 | 1 | -2/+11 |
| * | | changes for memopt option | epapoutsellis | 2019-04-11 | 6 | -50/+93 |
| * | | memopt test | epapoutsellis | 2019-04-11 | 12 | -183/+445 |
| |\ \ | |||||
| * | | | memopt test | epapoutsellis | 2019-04-11 | 1 | -3/+2 |
| * | | | memopt test | epapoutsellis | 2019-04-11 | 2 | -3/+377 |
| * | | | memopt test | epapoutsellis | 2019-04-11 | 8 | -188/+236 |
| * | | | add linear method to Scaled Operator | epapoutsellis | 2019-04-10 | 4 | -7/+320 |
| |\ \ \ | |||||
| * | | | | remove build | epapoutsellis | 2019-04-10 | 45 | -7563/+0 |
| * | | | | wip for with and without operators, functions | epapoutsellis | 2019-04-10 | 1 | -7/+12 |
| * | | | | wip for with and without operators, functions | epapoutsellis | 2019-04-10 | 1 | -2/+8 |
| * | | | | wip for with and without operators, functions | epapoutsellis | 2019-04-10 | 11 | -114/+521 |
* | | | | | removed comments | Edoardo Pasca | 2019-04-12 | 1 | -159/+1 |
* | | | | | commutative algebra between BlockDataContainers and DataContainers | Edoardo Pasca | 2019-04-12 | 3 | -151/+204 |
| |_|_|/ |/| | | | |||||
* | | | | removes copy in non optimised alg | Edoardo Pasca | 2019-04-12 | 1 | -2/+0 |
* | | | | uses new Algebra of BDC | Edoardo Pasca | 2019-04-12 | 1 | -2/+3 |
* | | | | update test | Edoardo Pasca | 2019-04-12 | 1 | -4/+19 |
* | | | | fix BlockDataContainer algebra | Edoardo Pasca | 2019-04-12 | 1 | -66/+86 |
* | | | | convert eol to unix | Edoardo Pasca | 2019-04-12 | 1 | -377/+450 |
* | | | | fixing algebra with nested block data containers | Edoardo Pasca | 2019-04-11 | 1 | -5/+40 |
* | | | | minor code beautification | Edoardo Pasca | 2019-04-11 | 1 | -14/+11 |
* | | | | add test for mixed L21 Norm | Edoardo Pasca | 2019-04-11 | 1 | -4/+66 |
* | | | | clean code | Edoardo Pasca | 2019-04-11 | 1 | -21/+2 |
* | | | | fix out call | Edoardo Pasca | 2019-04-11 | 1 | -24/+34 |
| |_|/ |/| | |