summaryrefslogtreecommitdiffstats
path: root/Wrappers
Commit message (Collapse)AuthorAgeFilesLines
* added demo directoryEdoardo Pasca2018-01-301-0/+442
|
* fixed Wrapper Build for linuxEdoardo Pasca2018-01-301-2/+2
|
* removed initial lib from library name (unix)Edoardo Pasca2018-01-301-7/+16
|
* added CMakeLists.txt for Python WrapperEdoardo Pasca2018-01-301-0/+110
|
* finds boost libraries during wrappers build (win)Edoardo Pasca2018-01-307-35/+45
| | | | | finds and set the correct name for the boost libraries. Builds GPU wrapper if CUDA is found.
* minor changes to testEdoardo Pasca2018-01-301-51/+47
|
* renamed fista_module_gpu to gpu_regularizers.pyxEdoardo Pasca2018-01-304-1/+447
| | | | Cleaned test_cpu_regularizers.py
* cython wrapper builds without errorsEdoardo Pasca2018-01-302-156/+167
| | | | TODO: test
* added NML but commented outEdoardo Pasca2018-01-301-43/+149
|
* WIPEdoardo Pasca2018-01-301-16/+59
|
* ndarray has ndim not ndimsEdoardo Pasca2018-01-301-2/+2
|
* added cython wrapper for gpu regularizersEdoardo Pasca2018-01-304-1/+1271
|
* added infoEdoardo Pasca2018-01-301-0/+11
|
* ROF TV regularizer added #22Daniil Kazantsev2018-01-262-1/+108
|
* #15 solves dependencies on core C/CUDA functions for Matlab, all duplicates ↵algol2018-01-2517-2168/+11
| | | | deleted
* fixed test_regularizers.pyEdoardo Pasca2018-01-252-103/+54
|
* all Matlab related stuff have been moved to wrappersDaniil Kazantsev2018-01-2534-11/+3852
|
* bugfixEdoardo Pasca2018-01-231-3/+5
|
* added setup-fista.pyEdoardo Pasca2018-01-231-0/+27
|
* Added all regularizers to testEdoardo Pasca2018-01-231-29/+38
|
* Fix #13Edoardo Pasca2018-01-231-8/+18
| | | | | Fixes #13. Bug due to calling list(np::array). For some reasons, it splitted the array (512x512) in 512 arrays of len 512.
* removed debugging printsEdoardo Pasca2018-01-231-31/+1
|
* added debugging printsEdoardo Pasca2018-01-231-3/+23
|
* Added conda recipe for FISTAEdoardo Pasca2018-01-239-326/+3
| | | | removed dangling files
* fixed conda recipes for unixEdoardo Pasca2018-01-231-1/+4
|
* added filtersEdoardo Pasca2018-01-232-0/+334
|
* debugging #13Edoardo Pasca2018-01-231-35/+39
|
* fixed setup.py, bugfixesEdoardo Pasca2018-01-232-8/+19
|
* work for conda recipesEdoardo Pasca2018-01-233-7/+94
|
* Merge branch 'pythonize'Edoardo Pasca2018-01-191-2/+14
|\ | | | | | | | | | | Resolved Conflicts: Core/recipe/meta.yaml Wrappers/Python/CMakeLists.txt
| * changes with cmake steering condaEdoardo Pasca2018-01-101-2/+15
| |
| * code refactoring step1Edoardo Pasca2017-11-1032-0/+5923
|
* code refactoring step1Edoardo Pasca2018-01-1932-0/+5923