diff options
author | Tomas Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-02-28 16:24:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-28 16:24:01 +0000 |
commit | 879c87c5709ee194a8c7a2207f5a21d4a757f723 (patch) | |
tree | eddf7bc14a998ffabc7e9e01f0cca2ac44b1d88a /docs | |
parent | 4c728cf72345f7ab7967380cb536529fd9b1403d (diff) | |
parent | 68e6f3397e8a450854f39a5d514e1f747b9031a4 (diff) | |
download | regularization-879c87c5709ee194a8c7a2207f5a21d4a757f723.tar.gz regularization-879c87c5709ee194a8c7a2207f5a21d4a757f723.tar.bz2 regularization-879c87c5709ee194a8c7a2207f5a21d4a757f723.tar.xz regularization-879c87c5709ee194a8c7a2207f5a21d4a757f723.zip |
Merge pull request #104 from vais-ral/newdirstructure
New directory structure, Merged other changes. The build script checks old and new structure.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/images/TV_vs_NLTV.jpg | bin | 111273 -> 0 bytes | |||
-rw-r--r-- | docs/images/probl.pdf | bin | 62326 -> 0 bytes | |||
-rw-r--r-- | docs/images/probl.png | bin | 38161 -> 0 bytes | |||
-rw-r--r-- | docs/images/reg_penalties.jpg | bin | 237455 -> 0 bytes | |||
-rw-r--r-- | docs/installation.txt | 11 |
5 files changed, 0 insertions, 11 deletions
diff --git a/docs/images/TV_vs_NLTV.jpg b/docs/images/TV_vs_NLTV.jpg Binary files differdeleted file mode 100644 index e976512..0000000 --- a/docs/images/TV_vs_NLTV.jpg +++ /dev/null diff --git a/docs/images/probl.pdf b/docs/images/probl.pdf Binary files differdeleted file mode 100644 index 6a06021..0000000 --- a/docs/images/probl.pdf +++ /dev/null diff --git a/docs/images/probl.png b/docs/images/probl.png Binary files differdeleted file mode 100644 index af0e852..0000000 --- a/docs/images/probl.png +++ /dev/null diff --git a/docs/images/reg_penalties.jpg b/docs/images/reg_penalties.jpg Binary files differdeleted file mode 100644 index 923d5c4..0000000 --- a/docs/images/reg_penalties.jpg +++ /dev/null diff --git a/docs/installation.txt b/docs/installation.txt deleted file mode 100644 index f6db38c..0000000 --- a/docs/installation.txt +++ /dev/null @@ -1,11 +0,0 @@ -One can install CCPi-RGL toolkit using cmake: - - -cmake ../CCPi-Regularisation-Toolkit/ -DBUILD_MATLAB_WRAPPERS=ON -DBUILD_PYTHON_WRAPPERS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install -DMatlab_ROOT_DIR=<Matlab directory> -DBUILD_CUDA=OFF - -make - -make install - -Running Matlab from Linux do: -PATH="/path/to/mex/:$PATH" LD_LIBRARY_PATH="/path/to/library:$LD_LIBRARY_PATH" ./matlab -nosplash & |