<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/tomo/tnv/framework.git/docs, branch fast_tnv</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/tnv/framework.git/'/>
<entry>
<title>added developer guide (#485)</title>
<updated>2020-01-15T16:38:47+00:00</updated>
<author>
<name>Edoardo Pasca</name>
<email>edo.paskino@gmail.com</email>
</author>
<published>2020-01-15T16:38:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=effae8056a541b8928caba54f696935c0c5cd014'/>
<id>effae8056a541b8928caba54f696935c0c5cd014</id>
<content type='text'>
closes #460</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #460</pre>
</div>
</content>
</entry>
<entry>
<title>Function m (#482)</title>
<updated>2020-01-15T16:14:28+00:00</updated>
<author>
<name>Edoardo Pasca</name>
<email>edo.paskino@gmail.com</email>
</author>
<published>2020-01-15T16:14:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=26dcd132486c8ab6bb2df4b24d8c053e0b42269c'/>
<id>26dcd132486c8ab6bb2df4b24d8c053e0b42269c</id>
<content type='text'>
* fix func style

* update pnorm not quite right

* add test for SumFunction

* passed test for SumFunction

* passed test for SumFunction

* passed test for SumFunction

* rename Norm2Sq to LeastSquares

* rename Norm2Sq to LeastSquares

* delete files and move to Function.py

* fix accuracy convex conjugate

* comment proximal conjugate, have generic expression

* remove some imports

* remove imports and comment gradient, proximal conjugate , rmul

* remove imports and comment prox conj

* fix init

* fix out gradient

* fix init

* SumFunction full test

* rename Norm2Sq

* rename Norm2Sq

* change kwargs in KL, not ready yet

* change def of KL cases

* change kwargs in KL, not ready yet

* LinearOperatorMatrix FISTA cvx is not working

* change name in KL

* minor fix

* BlockDataContainer should give a geometry when shape is the same

* change convex conj when we have BDC

* remove space

* fix out for prox

* rename x to b

* add SumFunctionScalar test

* fix convex conj of constant

* fix convex conj of constant

* minor fix

* fix con conj

* add new tests

* KL not ready yet

* add docs, not ready yet

* fix documentation

* fix docs

* fix doc scaled function

* fix doc translate function

* fix modules path for documentation

* minor doc fix

* fix doc prox conj for KL

* fix vector geometry in vectordata

* fix direct/adjpint LinearOperator

* add test LinearOperatorMatrix

* fix doc and check methods for functionOperaCom

* add new test for FunctionOperCom with LinearOperMatr

* get vector geometry in vector data

* minor changes and docs

* fix docs

* check Lips cons

* rename Norm2Sq to LeastSquares for docs

* fix KL, docs, background term, conve conj

* add KL test

* fix KL

* minor fix doc

* add back prox conj work with smoothTV

* smooth TV not ready yet

* add prox conj back

* minor change

* no change

* fixing docs, not ready yet

* uncomment prox_conj for ScaledFunction

* fix doc for BlockFunction

* add smoothTV not ready yet

* no change

* fix doc and uncomment prox conj

* remove unicode literals

* sphnix is a nightmare

* fixing ADMM

* remove conv conj, prox, prox conj from smooth TV

* merge edo's docs

* fix docs for L2Norm after edo's PR

* fix docs

* remove ADMM

* add docs for Function module

* remove unicode_literals from future imports

https://stackoverflow.com/questions/7602171/unicode-error-unicodeescape-codec-cant-decode-bytes-string-with-u

* remove ADMM

* removed unicode literals from future imports

* fix init for functions

* remove main

* add explcit KL prox conj, does not work with generic prox conj of function

* add elif pass for vector geometry

* fixes from comments on the PR

* minor changes

* fix mul in Function and Identity in TranslateFunction

* remove from call

* remove BlockGeometr from BDC

* remove min, max

* cleaned Function

* add test for constant function

* remove smooth mixed L21 Norm

* fixed fill method and test of SumFunction

* Functions dev (#479)

* v19.10 docs (#467)

updated docstrings and documentation

* add Gemma in the authors

* update docs

* Installs with make install (#478)

* closes #477

* install from build dir

Co-authored-by: Vaggelis Papoutsellis &lt;22398586+epapoutsellis@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix func style

* update pnorm not quite right

* add test for SumFunction

* passed test for SumFunction

* passed test for SumFunction

* passed test for SumFunction

* rename Norm2Sq to LeastSquares

* rename Norm2Sq to LeastSquares

* delete files and move to Function.py

* fix accuracy convex conjugate

* comment proximal conjugate, have generic expression

* remove some imports

* remove imports and comment gradient, proximal conjugate , rmul

* remove imports and comment prox conj

* fix init

* fix out gradient

* fix init

* SumFunction full test

* rename Norm2Sq

* rename Norm2Sq

* change kwargs in KL, not ready yet

* change def of KL cases

* change kwargs in KL, not ready yet

* LinearOperatorMatrix FISTA cvx is not working

* change name in KL

* minor fix

* BlockDataContainer should give a geometry when shape is the same

* change convex conj when we have BDC

* remove space

* fix out for prox

* rename x to b

* add SumFunctionScalar test

* fix convex conj of constant

* fix convex conj of constant

* minor fix

* fix con conj

* add new tests

* KL not ready yet

* add docs, not ready yet

* fix documentation

* fix docs

* fix doc scaled function

* fix doc translate function

* fix modules path for documentation

* minor doc fix

* fix doc prox conj for KL

* fix vector geometry in vectordata

* fix direct/adjpint LinearOperator

* add test LinearOperatorMatrix

* fix doc and check methods for functionOperaCom

* add new test for FunctionOperCom with LinearOperMatr

* get vector geometry in vector data

* minor changes and docs

* fix docs

* check Lips cons

* rename Norm2Sq to LeastSquares for docs

* fix KL, docs, background term, conve conj

* add KL test

* fix KL

* minor fix doc

* add back prox conj work with smoothTV

* smooth TV not ready yet

* add prox conj back

* minor change

* no change

* fixing docs, not ready yet

* uncomment prox_conj for ScaledFunction

* fix doc for BlockFunction

* add smoothTV not ready yet

* no change

* fix doc and uncomment prox conj

* remove unicode literals

* sphnix is a nightmare

* fixing ADMM

* remove conv conj, prox, prox conj from smooth TV

* merge edo's docs

* fix docs for L2Norm after edo's PR

* fix docs

* remove ADMM

* add docs for Function module

* remove unicode_literals from future imports

https://stackoverflow.com/questions/7602171/unicode-error-unicodeescape-codec-cant-decode-bytes-string-with-u

* remove ADMM

* removed unicode literals from future imports

* fix init for functions

* remove main

* add explcit KL prox conj, does not work with generic prox conj of function

* add elif pass for vector geometry

* fixes from comments on the PR

* minor changes

* fix mul in Function and Identity in TranslateFunction

* remove from call

* remove BlockGeometr from BDC

* remove min, max

* cleaned Function

* add test for constant function

* remove smooth mixed L21 Norm

* fixed fill method and test of SumFunction

* Functions dev (#479)

* v19.10 docs (#467)

updated docstrings and documentation

* add Gemma in the authors

* update docs

* Installs with make install (#478)

* closes #477

* install from build dir

Co-authored-by: Vaggelis Papoutsellis &lt;22398586+epapoutsellis@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>v19.10 docs (#467)</title>
<updated>2020-01-06T16:51:02+00:00</updated>
<author>
<name>Edoardo Pasca</name>
<email>edo.paskino@gmail.com</email>
</author>
<published>2020-01-06T16:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=f959a1c7f903fb31b40105f48701aadce2bd7b4c'/>
<id>f959a1c7f903fb31b40105f48701aadce2bd7b4c</id>
<content type='text'>
updated docstrings and documentation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
updated docstrings and documentation</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation (#343)</title>
<updated>2019-07-05T09:46:21+00:00</updated>
<author>
<name>Vaggelis Papoutsellis</name>
<email>22398586+epapoutsellis@users.noreply.github.com</email>
</author>
<published>2019-07-05T09:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=ab405e3d4714611ac3964f5a563d809977d8daa6'/>
<id>ab405e3d4714611ac3964f5a563d809977d8daa6</id>
<content type='text'>
* fix documentation algs

* fix docum functions dir

*  fix docum operator dir

* docstring title

* updated math in docstring
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix documentation algs

* fix docum functions dir

*  fix docum operator dir

* docstring title

* updated math in docstring
</pre>
</div>
</content>
</entry>
<entry>
<title>Headers comment (#342)</title>
<updated>2019-07-02T16:11:25+00:00</updated>
<author>
<name>Edoardo Pasca</name>
<email>edo.paskino@gmail.com</email>
</author>
<published>2019-07-02T16:11:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=47621de19f461085e2be1ecf14cd060b42db0a2d'/>
<id>47621de19f461085e2be1ecf14cd060b42db0a2d</id>
<content type='text'>
* added to autoclass doc

* added header

* file permission

* remove x permission

* spdhg x mode

* removed file

* reset permission to 644
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added to autoclass doc

* added header

* file permission

* remove x permission

* spdhg x mode

* removed file

* reset permission to 644
</pre>
</div>
</content>
</entry>
<entry>
<title>remove from repo</title>
<updated>2019-07-02T14:23:39+00:00</updated>
<author>
<name>Edoardo Pasca</name>
<email>edo.paskino@gmail.com</email>
</author>
<published>2019-07-02T14:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=4eddb91e17462bedcecaeef9c3a0c12d28e5bf9d'/>
<id>4eddb91e17462bedcecaeef9c3a0c12d28e5bf9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated documentation with all classes</title>
<updated>2019-07-02T11:34:30+00:00</updated>
<author>
<name>Edoardo Pasca</name>
<email>edo.paskino@gmail.com</email>
</author>
<published>2019-07-02T11:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=5679ee3307d13e777e4df8d7e0e33e3c05b746c7'/>
<id>5679ee3307d13e777e4df8d7e0e33e3c05b746c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initial sphinx doc</title>
<updated>2019-03-19T16:55:02+00:00</updated>
<author>
<name>Edoardo Pasca</name>
<email>edo.paskino@gmail.com</email>
</author>
<published>2019-03-19T16:55:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=91ac62b7069222c7cdb7e6777a3bdbda65383757'/>
<id>91ac62b7069222c7cdb7e6777a3bdbda65383757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
