From f618466c25d43f3bae9e40920273bf77de1e1149 Mon Sep 17 00:00:00 2001 From: leochanj105 Date: Mon, 19 Oct 2020 23:09:30 -0400 Subject: initial sd-vbs initial sd-vbs add sd-vbs sd-vbs --- SD-VBS/benchmarks/svm/src/matlab/polynomial.m | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 SD-VBS/benchmarks/svm/src/matlab/polynomial.m (limited to 'SD-VBS/benchmarks/svm/src/matlab/polynomial.m') diff --git a/SD-VBS/benchmarks/svm/src/matlab/polynomial.m b/SD-VBS/benchmarks/svm/src/matlab/polynomial.m new file mode 100644 index 0000000..07b0af7 --- /dev/null +++ b/SD-VBS/benchmarks/svm/src/matlab/polynomial.m @@ -0,0 +1,5 @@ +function ret = polynomial(d, a, b, dim) + +bt = transpose(b); +ret=(a*bt)^d/dim; + -- cgit v1.2.2