summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/op_statistical.hxx
diff options
context:
space:
mode:
authorhongyu zhong <hongyu@multicorewareinc.com>2013-11-10 10:44:13 +0800
committerI-Jui (Ray) Sung <ray@multicorewareinc.com>2013-11-14 20:30:49 -0600
commit06571f68c74b54fe2c2acbf6ae87ceaa2a8b2d8b (patch)
tree3e8b3d0143d2de65a35b255de0a96bae898a6c2e /sc/source/core/opencl/op_statistical.hxx
parentea652ae629103d4826c662cd0b0830617a3dac33 (diff)
GPU Calc: implemented CHIINV
AMLOEXT-173 FIX Change-Id: I04f09bf111f9dff50353beb4e4d094365574f8ba 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.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/source/core/opencl/op_statistical.hxx b/sc/source/core/opencl/op_statistical.hxx
index e9ab0e63f351..ed88bf266d18 100644
--- a/sc/source/core/opencl/op_statistical.hxx
+++ b/sc/source/core/opencl/op_statistical.hxx
@@ -284,6 +284,13 @@ public:
virtual std::string BinFuncName(void) const { return "ChiSqInv"; }
virtual void BinInlineFun(std::set<std::string>& ,std::set<std::string>& );
};
+class OpChiInv:public Normal{
+ public:
+ virtual void GenSlidingWindowFunction(std::stringstream &ss,
+ const std::string sSymName, SubArguments &vSubArguments);
+ virtual void BinInlineFun(std::set<std::string>& ,std::set<std::string>&);
+ virtual std::string BinFuncName(void) const { return "OpChiInv"; }
+};
class OpGammaInv: public Normal
{
public: