summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/src
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-02-18 22:11:43 +0000
committerEdoardo Pasca <edo.paskino@gmail.com>2018-02-20 16:18:46 +0000
commitca7d8445bf2e094656ba010cf4cb30b9934a09c9 (patch)
tree17f62fafc079fc1c11a9877357c9cef044cf3ac9 /Wrappers/Python/src
parent95026a236ba8e21bf485080ce9e8eeb0e71ad51a (diff)
downloadregularization-ca7d8445bf2e094656ba010cf4cb30b9934a09c9.tar.gz
regularization-ca7d8445bf2e094656ba010cf4cb30b9934a09c9.tar.bz2
regularization-ca7d8445bf2e094656ba010cf4cb30b9934a09c9.tar.xz
regularization-ca7d8445bf2e094656ba010cf4cb30b9934a09c9.zip
renamed GPU ROF_TV
Diffstat (limited to 'Wrappers/Python/src')
-rw-r--r--Wrappers/Python/src/gpu_regularizers.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/src/gpu_regularizers.pyx b/Wrappers/Python/src/gpu_regularizers.pyx
index 649015e..5a5d274 100644
--- a/Wrappers/Python/src/gpu_regularizers.pyx
+++ b/Wrappers/Python/src/gpu_regularizers.pyx
@@ -67,7 +67,7 @@ def NML(inputData,
h,
lambdaf)
-def ROF_TV(inputData,
+def ROF_TV_GPU(inputData,
iterations,
time_marching_parameter,
regularization_parameter):