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/DemoRD1.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/DemoRD1.m')
-rw-r--r-- | demos/DemoRD1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/DemoRD1.m b/demos/DemoRD1.m index e190d34..5bb5f6b 100644 --- a/demos/DemoRD1.m +++ b/demos/DemoRD1.m @@ -5,7 +5,7 @@ close all % adding paths addpath('../data/'); -addpath('../main_func/'); +addpath('../main_func/'); addpath('../main_func/regularizers_CPU/'); addpath('../supp/'); load('sino_basalt.mat') % load real neutron data |