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-30 12:03:59 +0000 |
commit | 95106cb6620e04c70a3d41d2db84322f9a58afb3 (patch) | |
tree | 24786ee6aeda6355c591f419f4f394789ba70011 /Wrappers/Python/src | |
parent | 9a56fd879fe0f604c1040116463e112eb7e2a8de (diff) | |
download | regularization-95106cb6620e04c70a3d41d2db84322f9a58afb3.tar.gz regularization-95106cb6620e04c70a3d41d2db84322f9a58afb3.tar.bz2 regularization-95106cb6620e04c70a3d41d2db84322f9a58afb3.tar.xz regularization-95106cb6620e04c70a3d41d2db84322f9a58afb3.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 |