summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/op_statistical.hxx
diff options
context:
space:
mode:
authorhongyu zhong <hongyu@multicorewareinc.com>2013-11-06 11:56:43 +0800
committerI-Jui (Ray) Sung <ray@multicorewareinc.com>2013-11-13 14:39:17 -0600
commit090a51f8ce0532fa9db4d6c24d2e3cafeb8436f7 (patch)
tree66bdd9d8dc01c0e4c59c91724b20626d6e4e3074 /sc/source/core/opencl/op_statistical.hxx
parent152f8d40c7d5acabe253abd22d1d6a099cfeab28 (diff)
GPU Calc: implemented for PERMUTATION
AMLOEXT-104 FIX Change-Id: I00b273c7995d0f34c7126d159d6d38b6b993f7c7 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
Diffstat (limited to 'sc/source/core/opencl/op_statistical.hxx')
-rw-r--r--sc/source/core/opencl/op_statistical.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/core/opencl/op_statistical.hxx b/sc/source/core/opencl/op_statistical.hxx
index 2491c6ddfa80..dc47fc190116 100644
--- a/sc/source/core/opencl/op_statistical.hxx
+++ b/sc/source/core/opencl/op_statistical.hxx
@@ -160,6 +160,12 @@ class OpVariationen:public Normal{
const std::string sSymName, SubArguments &vSubArguments);
virtual std::string BinFuncName(void) const { return "OpVariationen"; }
};
+class OpVariationen2:public Normal{
+ public:
+ virtual void GenSlidingWindowFunction(std::stringstream &ss,
+ const std::string sSymName, SubArguments &vSubArguments);
+ virtual std::string BinFuncName(void) const { return "OpVariationen2";}
+};
}}
#endif