diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-01-29 13:36:11 +0000 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2018-01-29 13:36:11 +0000 |
commit | 107eb18c28255c4c8dbdf8245ffb85fe6f7535d6 (patch) | |
tree | fe3fafc1d513fb278b85a31e1bd38f2f55df36cf /Wrappers/Python/src | |
parent | e6ab844cd82080dab3a5f257fc15f4c1a20b498c (diff) | |
download | regularization-107eb18c28255c4c8dbdf8245ffb85fe6f7535d6.tar.gz regularization-107eb18c28255c4c8dbdf8245ffb85fe6f7535d6.tar.bz2 regularization-107eb18c28255c4c8dbdf8245ffb85fe6f7535d6.tar.xz regularization-107eb18c28255c4c8dbdf8245ffb85fe6f7535d6.zip |
renamed fista_module_gpu to gpu_regularizers.pyx
Cleaned test_cpu_regularizers.py
Diffstat (limited to 'Wrappers/Python/src')
-rw-r--r-- | Wrappers/Python/src/cpu_regularizers.pyx | 0 | ||||
-rw-r--r-- | Wrappers/Python/src/gpu_regularizers.pyx (renamed from Wrappers/Python/src/fista_module_gpu.pyx) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/Wrappers/Python/src/cpu_regularizers.pyx b/Wrappers/Python/src/cpu_regularizers.pyx new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Wrappers/Python/src/cpu_regularizers.pyx diff --git a/Wrappers/Python/src/fista_module_gpu.pyx b/Wrappers/Python/src/gpu_regularizers.pyx index 7658e36..7658e36 100644 --- a/Wrappers/Python/src/fista_module_gpu.pyx +++ b/Wrappers/Python/src/gpu_regularizers.pyx |