summaryrefslogtreecommitdiffstats
path: root/Wrappers
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-01-25 15:39:24 +0000
committerEdoardo Pasca <edo.paskino@gmail.com>2018-01-25 15:39:24 +0000
commit23e8017874ba22380340cb6a5d4b2e9340a9a02e (patch)
treeca300f4113439a32318784d5ede0c2b641a051c5 /Wrappers
parent1e8375db25915b1a0dd0192f9fc50b93cb0244d5 (diff)
downloadregularization-23e8017874ba22380340cb6a5d4b2e9340a9a02e.tar.gz
regularization-23e8017874ba22380340cb6a5d4b2e9340a9a02e.tar.bz2
regularization-23e8017874ba22380340cb6a5d4b2e9340a9a02e.tar.xz
regularization-23e8017874ba22380340cb6a5d4b2e9340a9a02e.zip
added info
Diffstat (limited to 'Wrappers')
-rw-r--r--Wrappers/Matlab/mex_compile/regularizers_GPU/Diffus_HO/Diff4thHajiaboli_GPU.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/Wrappers/Matlab/mex_compile/regularizers_GPU/Diffus_HO/Diff4thHajiaboli_GPU.cpp b/Wrappers/Matlab/mex_compile/regularizers_GPU/Diffus_HO/Diff4thHajiaboli_GPU.cpp
index 5a8c7c0..7fd6077 100644
--- a/Wrappers/Matlab/mex_compile/regularizers_GPU/Diffus_HO/Diff4thHajiaboli_GPU.cpp
+++ b/Wrappers/Matlab/mex_compile/regularizers_GPU/Diffus_HO/Diff4thHajiaboli_GPU.cpp
@@ -25,6 +25,17 @@
* Linux/Matlab compilation:
* compile in terminal: nvcc -Xcompiler -fPIC -shared -o Diff4th_GPU_kernel.o Diff4th_GPU_kernel.cu
* then compile in Matlab: mex -I/usr/local/cuda-7.5/include -L/usr/local/cuda-7.5/lib64 -lcudart Diff4thHajiaboli_GPU.cpp Diff4th_GPU_kernel.o
+
+ void mexFunction(
+int nlhs, mxArray *plhs[],
+int nrhs, const mxArray *prhs[])
+where:
+prhs Array of pointers to the INPUT mxArrays
+nrhs int number of INPUT mxArrays
+
+nlhs Array of pointers to the OUTPUT mxArrays
+plhs int number of OUTPUT mxArrays
+
*/
void mexFunction(