UnLocBoX Changelog

What's new in UnLocBoX 1.0.34

Nov 13, 2012
  • Change of variable name:
  • In order to be consistent with the usual MATLAB name, some parameter names ere changed.If you provide parameter with old names, those would just be ignored without any warning.
  • Change of name of functions:
  • In order to be consistent with the MATLAB notation, function names don't have
  • capital letters any more. This affects in particular all proximal operators and all example files.
  • Improvements:
  • The code remains mostly unchanged. Only small modification have been done. Structural improvements have also been done.
  • All matrices can be passed as operators. Firstly, this allows for more flexibility ( such as using linear operator without having to define their matrices). Secondly, it can, in some cases, allow the user to save memory.
  • Thirdly, using operators often allows using more efficient code.
  • Comments have been uniformed all over the toolbox.
  • Documentation has been improved and is available on the website.