diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-05 18:03:27 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-06 11:39:59 +0200 |
commit | 0ab2973f84234dccf9cc22ffd179039065e97df0 (patch) | |
tree | cfd609850bbf0ef48913152568ea089c8554edb0 /officecfg | |
parent | 9a93277b869caca4db054385db59fc7b7d541570 (diff) |
Add VAR, CORREL, COVAR, PEARSON and SLOPE to the OpenCL default opcode subset
Having these statistical functions perform well is essential in many cases,
and their implementations seem to be correct.
Change-Id: I30afa096295cc163f8c0146e916a77aa411dd07b
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 5966b0b0f863..679e868ab5c8 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1373,7 +1373,7 @@ true, and a formula contains only these operators and functions, it might be calculated using OpenCL.</desc> </info> - <value>+;-;*;/;RAND;SIN;COS;TAN;ATAN;EXP;LN;SQRT;NORMSINV;ROUND;POWER;SUMPRODUCT;MIN;MAX;SUM;PRODUCT;AVERAGE;COUNT;NORMDIST;SUMIFS</value> + <value>+;-;*;/;RAND;SIN;COS;TAN;ATAN;EXP;LN;SQRT;NORMSINV;ROUND;POWER;SUMPRODUCT;MIN;MAX;SUM;PRODUCT;AVERAGE;COUNT;VAR;NORMDIST;CORREL;COVAR;PEARSON;SLOPE;SUMIFS</value> </prop> <prop oor:name="OpenCLAutoSelect" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools - Options Spreadsheet Formula --> |