From 0efc775370d2ff91927d1b383a99eab78dc5538f Mon Sep 17 00:00:00 2001 From: leochanj Date: Wed, 21 Oct 2020 01:52:54 -0400 Subject: debug libextra and remove matlab FLUSH_CACHES --- SD-VBS/benchmarks/texture_synthesis/src/matlab/vectify.m | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 SD-VBS/benchmarks/texture_synthesis/src/matlab/vectify.m (limited to 'SD-VBS/benchmarks/texture_synthesis/src/matlab/vectify.m') diff --git a/SD-VBS/benchmarks/texture_synthesis/src/matlab/vectify.m b/SD-VBS/benchmarks/texture_synthesis/src/matlab/vectify.m deleted file mode 100755 index 3664223..0000000 --- a/SD-VBS/benchmarks/texture_synthesis/src/matlab/vectify.m +++ /dev/null @@ -1,8 +0,0 @@ -% [VEC] = columnize(MTX) -% -% Pack elements of MTX into a column vector. Just provides a -% function-call notatoin for the operation MTX(:) - -function vec = columnize(mtx) - -vec = mtx(:); -- cgit v1.2.2