diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2017-07-31 23:57:08 +0100 |
---|---|---|
committer | Daniil Kazantsev <dkazanc@hotmail.com> | 2017-07-31 23:57:08 +0100 |
commit | 5d4464a78d1807565a75c9430cfe5e6857fe9232 (patch) | |
tree | f40f82464755fcf71443b605e61bde243090c201 /demos/Demo1.m | |
parent | 29636540aca6354b0f319765b0af9bf768593565 (diff) | |
download | regularization-5d4464a78d1807565a75c9430cfe5e6857fe9232.tar.gz regularization-5d4464a78d1807565a75c9430cfe5e6857fe9232.tar.bz2 regularization-5d4464a78d1807565a75c9430cfe5e6857fe9232.tar.xz regularization-5d4464a78d1807565a75c9430cfe5e6857fe9232.zip |
New regularizers for FISTA
Diffstat (limited to 'demos/Demo1.m')
-rw-r--r-- | demos/Demo1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Demo1.m b/demos/Demo1.m index 3d57795..15e2e5b 100644 --- a/demos/Demo1.m +++ b/demos/Demo1.m @@ -15,7 +15,7 @@ close all;clc;clear all;
% adding paths
addpath('../data/');
-addpath('../main_func/');
+addpath('../main_func/'); addpath('../main_func/regularizers_CPU/');
addpath('../supp/');
load phantom_bone512.mat % load the phantom
|