Skip to content

Commit

Permalink
Update generated examples (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
izeigerman authored Apr 20, 2022
1 parent e6e16eb commit f7f49b7
Show file tree
Hide file tree
Showing 192 changed files with 1,757 additions and 1,757 deletions.
8 changes: 4 additions & 4 deletions generated_code_examples/c/classification/decision_tree.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#include <string.h>
void score(double * input, double * output) {
double var0[3];
if ((input[2]) <= (2.449999988079071)) {
if (input[2] <= 2.449999988079071) {
memcpy(var0, (double[]){1.0, 0.0, 0.0}, 3 * sizeof(double));
} else {
if ((input[3]) <= (1.75)) {
if ((input[2]) <= (4.950000047683716)) {
if ((input[3]) <= (1.6500000357627869)) {
if (input[3] <= 1.75) {
if (input[2] <= 4.950000047683716) {
if (input[3] <= 1.6500000357627869) {
memcpy(var0, (double[]){0.0, 1.0, 0.0}, 3 * sizeof(double));
} else {
memcpy(var0, (double[]){0.0, 0.0, 1.0}, 3 * sizeof(double));
Expand Down
34 changes: 17 additions & 17 deletions generated_code_examples/c/classification/lightgbm.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,32 @@ void softmax(double *x, int size, double *result) {
void score(double * input, double * output) {
double var0[3];
double var1;
if ((input[2]) > (3.1500000000000004)) {
if (input[2] > 3.1500000000000004) {
var1 = -1.1986122886681099;
} else {
if ((input[1]) > (3.35)) {
if (input[1] > 3.35) {
var1 = -0.8986122886681098;
} else {
var1 = -0.9136122886681098;
}
}
double var2;
if ((input[2]) > (3.1500000000000004)) {
if ((input[2]) > (4.450000000000001)) {
if (input[2] > 3.1500000000000004) {
if (input[2] > 4.450000000000001) {
var2 = -0.09503010837903424;
} else {
var2 = -0.09563272415214283;
}
} else {
if ((input[1]) > (3.35)) {
if (input[1] > 3.35) {
var2 = 0.16640323607832397;
} else {
var2 = 0.15374604217339707;
}
}
double var3;
if ((input[2]) > (1.8)) {
if ((input[3]) > (1.6500000000000001)) {
if (input[2] > 1.8) {
if (input[3] > 1.6500000000000001) {
var3 = -1.2055899476674514;
} else {
var3 = -0.9500445227622534;
Expand All @@ -50,47 +50,47 @@ void score(double * input, double * output) {
var3 = -1.2182214705715104;
}
double var4;
if ((input[3]) > (0.45000000000000007)) {
if ((input[3]) > (1.6500000000000001)) {
if (input[3] > 0.45000000000000007) {
if (input[3] > 1.6500000000000001) {
var4 = -0.08146437273923739;
} else {
var4 = 0.14244886188108738;
}
} else {
if ((input[2]) > (1.4500000000000002)) {
if (input[2] > 1.4500000000000002) {
var4 = -0.0950888159264695;
} else {
var4 = -0.09438233722389686;
}
}
double var5;
if ((input[3]) > (1.6500000000000001)) {
if ((input[2]) > (5.3500000000000005)) {
if (input[3] > 1.6500000000000001) {
if (input[2] > 5.3500000000000005) {
var5 = -0.8824095771015287;
} else {
var5 = -0.9121126703829481;
}
} else {
if ((input[2]) > (4.450000000000001)) {
if (input[2] > 4.450000000000001) {
var5 = -1.1277829563828181;
} else {
var5 = -1.1794405099157212;
}
}
double var6;
if ((input[2]) > (4.750000000000001)) {
if ((input[2]) > (5.150000000000001)) {
if (input[2] > 4.750000000000001) {
if (input[2] > 5.150000000000001) {
var6 = 0.16625543464258166;
} else {
var6 = 0.09608601737074281;
}
} else {
if ((input[0]) > (4.950000000000001)) {
if (input[0] > 4.950000000000001) {
var6 = -0.09644547407948921;
} else {
var6 = -0.08181864271444342;
}
}
softmax((double[]){(var1) + (var2), (var3) + (var4), (var5) + (var6)}, 3, var0);
softmax((double[]){var1 + var2, var3 + var4, var5 + var6}, 3, var0);
memcpy(output, var0, 3 * sizeof(double));
}
2 changes: 1 addition & 1 deletion generated_code_examples/c/classification/linear.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <string.h>
void score(double * input, double * output) {
memcpy(output, (double[]){((((9.699944289095386) + ((input[0]) * (-0.4130233139914477))) + ((input[1]) * (0.9683469583830324))) + ((input[2]) * (-2.4984059588369045))) + ((input[3]) * (-1.0715202355664082)), ((((2.1566741402654785) + ((input[0]) * (0.5401926550713264))) + ((input[1]) * (-0.32448882769641735))) + ((input[2]) * (-0.20330362136041338))) + ((input[3]) * (-0.9342738330217771)), ((((-11.856618429361765) + ((input[0]) * (-0.12716934107987374))) + ((input[1]) * (-0.6438581306866125))) + ((input[2]) * (2.701709580197313))) + ((input[3]) * (2.0057940685881865))}, 3 * sizeof(double));
memcpy(output, (double[]){9.700311953536998 + input[0] * -0.4128360473754751 + input[1] * 0.9680426131053453 + input[2] * -2.498310603183548 + input[3] * -1.0723230787022542, 2.1575759475871163 + input[0] * 0.5400806228605453 + input[1] * -0.3245383349519669 + input[2] * -0.2034493200950831 + input[3] * -0.9338183426196143, -11.857887901124615 + input[0] * -0.12724457548509432 + input[1] * -0.6435042781533917 + input[2] * 2.7017599232786216 + input[3] * 2.006141421321863}, 3 * sizeof(double));
}
16 changes: 8 additions & 8 deletions generated_code_examples/c/classification/random_forest.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ void score(double * input, double * output) {
double var0[3];
double var1[3];
double var2[3];
if ((input[3]) <= (0.75)) {
if (input[3] <= 0.75) {
memcpy(var2, (double[]){1.0, 0.0, 0.0}, 3 * sizeof(double));
} else {
if ((input[2]) <= (4.75)) {
if (input[2] <= 4.75) {
memcpy(var2, (double[]){0.0, 1.0, 0.0}, 3 * sizeof(double));
} else {
if ((input[2]) <= (5.049999952316284)) {
if ((input[3]) <= (1.75)) {
if (input[2] <= 5.049999952316284) {
if (input[3] <= 1.75) {
memcpy(var2, (double[]){0.0, 0.8333333333333334, 0.16666666666666666}, 3 * sizeof(double));
} else {
memcpy(var2, (double[]){0.0, 0.08333333333333333, 0.9166666666666666}, 3 * sizeof(double));
Expand All @@ -29,17 +29,17 @@ void score(double * input, double * output) {
}
}
double var3[3];
if ((input[3]) <= (0.800000011920929)) {
if (input[3] <= 0.800000011920929) {
memcpy(var3, (double[]){1.0, 0.0, 0.0}, 3 * sizeof(double));
} else {
if ((input[0]) <= (6.25)) {
if ((input[2]) <= (4.8500001430511475)) {
if (input[0] <= 6.25) {
if (input[2] <= 4.8500001430511475) {
memcpy(var3, (double[]){0.0, 0.9487179487179487, 0.05128205128205128}, 3 * sizeof(double));
} else {
memcpy(var3, (double[]){0.0, 0.0, 1.0}, 3 * sizeof(double));
}
} else {
if ((input[3]) <= (1.550000011920929)) {
if (input[3] <= 1.550000011920929) {
memcpy(var3, (double[]){0.0, 0.8333333333333334, 0.16666666666666666}, 3 * sizeof(double));
} else {
memcpy(var3, (double[]){0.0, 0.02564102564102564, 0.9743589743589743}, 3 * sizeof(double));
Expand Down
58 changes: 29 additions & 29 deletions generated_code_examples/c/classification/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,60 +2,60 @@
#include <string.h>
void score(double * input, double * output) {
double var0;
var0 = exp((-0.06389634699048878) * ((((pow((5.1) - (input[0]), 2.0)) + (pow((2.5) - (input[1]), 2.0))) + (pow((3.0) - (input[2]), 2.0))) + (pow((1.1) - (input[3]), 2.0))));
var0 = exp(-0.06389634699048878 * (pow(5.1 - input[0], 2.0) + pow(2.5 - input[1], 2.0) + pow(3.0 - input[2], 2.0) + pow(1.1 - input[3], 2.0)));
double var1;
var1 = exp((-0.06389634699048878) * ((((pow((4.9) - (input[0]), 2.0)) + (pow((2.4) - (input[1]), 2.0))) + (pow((3.3) - (input[2]), 2.0))) + (pow((1.0) - (input[3]), 2.0))));
var1 = exp(-0.06389634699048878 * (pow(4.9 - input[0], 2.0) + pow(2.4 - input[1], 2.0) + pow(3.3 - input[2], 2.0) + pow(1.0 - input[3], 2.0)));
double var2;
var2 = exp((-0.06389634699048878) * ((((pow((6.3) - (input[0]), 2.0)) + (pow((2.5) - (input[1]), 2.0))) + (pow((4.9) - (input[2]), 2.0))) + (pow((1.5) - (input[3]), 2.0))));
var2 = exp(-0.06389634699048878 * (pow(6.3 - input[0], 2.0) + pow(2.5 - input[1], 2.0) + pow(4.9 - input[2], 2.0) + pow(1.5 - input[3], 2.0)));
double var3;
var3 = exp((-0.06389634699048878) * ((((pow((5.4) - (input[0]), 2.0)) + (pow((3.0) - (input[1]), 2.0))) + (pow((4.5) - (input[2]), 2.0))) + (pow((1.5) - (input[3]), 2.0))));
var3 = exp(-0.06389634699048878 * (pow(5.4 - input[0], 2.0) + pow(3.0 - input[1], 2.0) + pow(4.5 - input[2], 2.0) + pow(1.5 - input[3], 2.0)));
double var4;
var4 = exp((-0.06389634699048878) * ((((pow((6.2) - (input[0]), 2.0)) + (pow((2.2) - (input[1]), 2.0))) + (pow((4.5) - (input[2]), 2.0))) + (pow((1.5) - (input[3]), 2.0))));
var4 = exp(-0.06389634699048878 * (pow(6.2 - input[0], 2.0) + pow(2.2 - input[1], 2.0) + pow(4.5 - input[2], 2.0) + pow(1.5 - input[3], 2.0)));
double var5;
var5 = exp((-0.06389634699048878) * ((((pow((5.6) - (input[0]), 2.0)) + (pow((2.9) - (input[1]), 2.0))) + (pow((3.6) - (input[2]), 2.0))) + (pow((1.3) - (input[3]), 2.0))));
var5 = exp(-0.06389634699048878 * (pow(5.6 - input[0], 2.0) + pow(2.9 - input[1], 2.0) + pow(3.6 - input[2], 2.0) + pow(1.3 - input[3], 2.0)));
double var6;
var6 = exp((-0.06389634699048878) * ((((pow((6.7) - (input[0]), 2.0)) + (pow((3.0) - (input[1]), 2.0))) + (pow((5.0) - (input[2]), 2.0))) + (pow((1.7) - (input[3]), 2.0))));
var6 = exp(-0.06389634699048878 * (pow(6.7 - input[0], 2.0) + pow(3.0 - input[1], 2.0) + pow(5.0 - input[2], 2.0) + pow(1.7 - input[3], 2.0)));
double var7;
var7 = exp((-0.06389634699048878) * ((((pow((5.0) - (input[0]), 2.0)) + (pow((2.3) - (input[1]), 2.0))) + (pow((3.3) - (input[2]), 2.0))) + (pow((1.0) - (input[3]), 2.0))));
var7 = exp(-0.06389634699048878 * (pow(5.0 - input[0], 2.0) + pow(2.3 - input[1], 2.0) + pow(3.3 - input[2], 2.0) + pow(1.0 - input[3], 2.0)));
double var8;
var8 = exp((-0.06389634699048878) * ((((pow((6.0) - (input[0]), 2.0)) + (pow((2.7) - (input[1]), 2.0))) + (pow((5.1) - (input[2]), 2.0))) + (pow((1.6) - (input[3]), 2.0))));
var8 = exp(-0.06389634699048878 * (pow(6.0 - input[0], 2.0) + pow(2.7 - input[1], 2.0) + pow(5.1 - input[2], 2.0) + pow(1.6 - input[3], 2.0)));
double var9;
var9 = exp((-0.06389634699048878) * ((((pow((5.9) - (input[0]), 2.0)) + (pow((3.2) - (input[1]), 2.0))) + (pow((4.8) - (input[2]), 2.0))) + (pow((1.8) - (input[3]), 2.0))));
var9 = exp(-0.06389634699048878 * (pow(5.9 - input[0], 2.0) + pow(3.2 - input[1], 2.0) + pow(4.8 - input[2], 2.0) + pow(1.8 - input[3], 2.0)));
double var10;
var10 = exp((-0.06389634699048878) * ((((pow((5.7) - (input[0]), 2.0)) + (pow((2.6) - (input[1]), 2.0))) + (pow((3.5) - (input[2]), 2.0))) + (pow((1.0) - (input[3]), 2.0))));
var10 = exp(-0.06389634699048878 * (pow(5.7 - input[0], 2.0) + pow(2.6 - input[1], 2.0) + pow(3.5 - input[2], 2.0) + pow(1.0 - input[3], 2.0)));
double var11;
var11 = exp((-0.06389634699048878) * ((((pow((5.0) - (input[0]), 2.0)) + (pow((3.0) - (input[1]), 2.0))) + (pow((1.6) - (input[2]), 2.0))) + (pow((0.2) - (input[3]), 2.0))));
var11 = exp(-0.06389634699048878 * (pow(5.0 - input[0], 2.0) + pow(3.0 - input[1], 2.0) + pow(1.6 - input[2], 2.0) + pow(0.2 - input[3], 2.0)));
double var12;
var12 = exp((-0.06389634699048878) * ((((pow((5.4) - (input[0]), 2.0)) + (pow((3.4) - (input[1]), 2.0))) + (pow((1.7) - (input[2]), 2.0))) + (pow((0.2) - (input[3]), 2.0))));
var12 = exp(-0.06389634699048878 * (pow(5.4 - input[0], 2.0) + pow(3.4 - input[1], 2.0) + pow(1.7 - input[2], 2.0) + pow(0.2 - input[3], 2.0)));
double var13;
var13 = exp((-0.06389634699048878) * ((((pow((5.7) - (input[0]), 2.0)) + (pow((3.8) - (input[1]), 2.0))) + (pow((1.7) - (input[2]), 2.0))) + (pow((0.3) - (input[3]), 2.0))));
var13 = exp(-0.06389634699048878 * (pow(5.7 - input[0], 2.0) + pow(3.8 - input[1], 2.0) + pow(1.7 - input[2], 2.0) + pow(0.3 - input[3], 2.0)));
double var14;
var14 = exp((-0.06389634699048878) * ((((pow((4.8) - (input[0]), 2.0)) + (pow((3.4) - (input[1]), 2.0))) + (pow((1.9) - (input[2]), 2.0))) + (pow((0.2) - (input[3]), 2.0))));
var14 = exp(-0.06389634699048878 * (pow(4.8 - input[0], 2.0) + pow(3.4 - input[1], 2.0) + pow(1.9 - input[2], 2.0) + pow(0.2 - input[3], 2.0)));
double var15;
var15 = exp((-0.06389634699048878) * ((((pow((4.5) - (input[0]), 2.0)) + (pow((2.3) - (input[1]), 2.0))) + (pow((1.3) - (input[2]), 2.0))) + (pow((0.3) - (input[3]), 2.0))));
var15 = exp(-0.06389634699048878 * (pow(4.5 - input[0], 2.0) + pow(2.3 - input[1], 2.0) + pow(1.3 - input[2], 2.0) + pow(0.3 - input[3], 2.0)));
double var16;
var16 = exp((-0.06389634699048878) * ((((pow((5.7) - (input[0]), 2.0)) + (pow((4.4) - (input[1]), 2.0))) + (pow((1.5) - (input[2]), 2.0))) + (pow((0.4) - (input[3]), 2.0))));
var16 = exp(-0.06389634699048878 * (pow(5.7 - input[0], 2.0) + pow(4.4 - input[1], 2.0) + pow(1.5 - input[2], 2.0) + pow(0.4 - input[3], 2.0)));
double var17;
var17 = exp((-0.06389634699048878) * ((((pow((5.1) - (input[0]), 2.0)) + (pow((3.8) - (input[1]), 2.0))) + (pow((1.9) - (input[2]), 2.0))) + (pow((0.4) - (input[3]), 2.0))));
var17 = exp(-0.06389634699048878 * (pow(5.1 - input[0], 2.0) + pow(3.8 - input[1], 2.0) + pow(1.9 - input[2], 2.0) + pow(0.4 - input[3], 2.0)));
double var18;
var18 = exp((-0.06389634699048878) * ((((pow((5.1) - (input[0]), 2.0)) + (pow((3.3) - (input[1]), 2.0))) + (pow((1.7) - (input[2]), 2.0))) + (pow((0.5) - (input[3]), 2.0))));
var18 = exp(-0.06389634699048878 * (pow(5.1 - input[0], 2.0) + pow(3.3 - input[1], 2.0) + pow(1.7 - input[2], 2.0) + pow(0.5 - input[3], 2.0)));
double var19;
var19 = exp((-0.06389634699048878) * ((((pow((6.2) - (input[0]), 2.0)) + (pow((2.8) - (input[1]), 2.0))) + (pow((4.8) - (input[2]), 2.0))) + (pow((1.8) - (input[3]), 2.0))));
var19 = exp(-0.06389634699048878 * (pow(6.2 - input[0], 2.0) + pow(2.8 - input[1], 2.0) + pow(4.8 - input[2], 2.0) + pow(1.8 - input[3], 2.0)));
double var20;
var20 = exp((-0.06389634699048878) * ((((pow((7.2) - (input[0]), 2.0)) + (pow((3.0) - (input[1]), 2.0))) + (pow((5.8) - (input[2]), 2.0))) + (pow((1.6) - (input[3]), 2.0))));
var20 = exp(-0.06389634699048878 * (pow(7.2 - input[0], 2.0) + pow(3.0 - input[1], 2.0) + pow(5.8 - input[2], 2.0) + pow(1.6 - input[3], 2.0)));
double var21;
var21 = exp((-0.06389634699048878) * ((((pow((6.1) - (input[0]), 2.0)) + (pow((3.0) - (input[1]), 2.0))) + (pow((4.9) - (input[2]), 2.0))) + (pow((1.8) - (input[3]), 2.0))));
var21 = exp(-0.06389634699048878 * (pow(6.1 - input[0], 2.0) + pow(3.0 - input[1], 2.0) + pow(4.9 - input[2], 2.0) + pow(1.8 - input[3], 2.0)));
double var22;
var22 = exp((-0.06389634699048878) * ((((pow((6.0) - (input[0]), 2.0)) + (pow((3.0) - (input[1]), 2.0))) + (pow((4.8) - (input[2]), 2.0))) + (pow((1.8) - (input[3]), 2.0))));
var22 = exp(-0.06389634699048878 * (pow(6.0 - input[0], 2.0) + pow(3.0 - input[1], 2.0) + pow(4.8 - input[2], 2.0) + pow(1.8 - input[3], 2.0)));
double var23;
var23 = exp((-0.06389634699048878) * ((((pow((4.9) - (input[0]), 2.0)) + (pow((2.5) - (input[1]), 2.0))) + (pow((4.5) - (input[2]), 2.0))) + (pow((1.7) - (input[3]), 2.0))));
var23 = exp(-0.06389634699048878 * (pow(4.9 - input[0], 2.0) + pow(2.5 - input[1], 2.0) + pow(4.5 - input[2], 2.0) + pow(1.7 - input[3], 2.0)));
double var24;
var24 = exp((-0.06389634699048878) * ((((pow((7.9) - (input[0]), 2.0)) + (pow((3.8) - (input[1]), 2.0))) + (pow((6.4) - (input[2]), 2.0))) + (pow((2.0) - (input[3]), 2.0))));
var24 = exp(-0.06389634699048878 * (pow(7.9 - input[0], 2.0) + pow(3.8 - input[1], 2.0) + pow(6.4 - input[2], 2.0) + pow(2.0 - input[3], 2.0)));
double var25;
var25 = exp((-0.06389634699048878) * ((((pow((5.6) - (input[0]), 2.0)) + (pow((2.8) - (input[1]), 2.0))) + (pow((4.9) - (input[2]), 2.0))) + (pow((2.0) - (input[3]), 2.0))));
var25 = exp(-0.06389634699048878 * (pow(5.6 - input[0], 2.0) + pow(2.8 - input[1], 2.0) + pow(4.9 - input[2], 2.0) + pow(2.0 - input[3], 2.0)));
double var26;
var26 = exp((-0.06389634699048878) * ((((pow((6.0) - (input[0]), 2.0)) + (pow((2.2) - (input[1]), 2.0))) + (pow((5.0) - (input[2]), 2.0))) + (pow((1.5) - (input[3]), 2.0))));
var26 = exp(-0.06389634699048878 * (pow(6.0 - input[0], 2.0) + pow(2.2 - input[1], 2.0) + pow(5.0 - input[2], 2.0) + pow(1.5 - input[3], 2.0)));
double var27;
var27 = exp((-0.06389634699048878) * ((((pow((6.3) - (input[0]), 2.0)) + (pow((2.8) - (input[1]), 2.0))) + (pow((5.1) - (input[2]), 2.0))) + (pow((1.5) - (input[3]), 2.0))));
memcpy(output, (double[]){(((((((((((((((((((0.11172510039290856) + ((var0) * (-0.8898986041811555))) + ((var1) * (-0.8898986041811555))) + ((var2) * (-0.0))) + ((var3) * (-0.0))) + ((var4) * (-0.0))) + ((var5) * (-0.756413813553974))) + ((var6) * (-0.0))) + ((var7) * (-0.8898986041811555))) + ((var8) * (-0.0))) + ((var9) * (-0.0))) + ((var10) * (-0.8898986041811555))) + ((var11) * (0.04218875216876044))) + ((var12) * (0.7142250613852136))) + ((var13) * (0.0))) + ((var14) * (0.8898986041811555))) + ((var15) * (0.8898986041811555))) + ((var16) * (0.0))) + ((var17) * (0.8898986041811555))) + ((var18) * (0.8898986041811555)), (((((((((((((((((-0.04261957451303831) + ((var19) * (-0.37953658977037247))) + ((var20) * (-0.0))) + ((var21) * (-0.0))) + ((var22) * (-0.37953658977037247))) + ((var23) * (-0.37953658977037247))) + ((var24) * (-0.26472396872040066))) + ((var25) * (-0.3745962010653211))) + ((var26) * (-0.10077618026650095))) + ((var27) * (-0.0))) + ((var11) * (0.0))) + ((var12) * (0.0))) + ((var13) * (0.37953658977037247))) + ((var14) * (0.37953658977037247))) + ((var15) * (0.3044555865539922))) + ((var16) * (0.05610417372785803))) + ((var17) * (0.37953658977037247))) + ((var18) * (0.37953658977037247)), ((((((((((((((((((((1.8136162062461285) + ((var19) * (-110.34516826676301))) + ((var20) * (-13.999391039896215))) + ((var21) * (-108.44329471899991))) + ((var22) * (-110.34516826676301))) + ((var23) * (-22.21095753342801))) + ((var24) * (-0.0))) + ((var25) * (-0.0))) + ((var26) * (-65.00217641452454))) + ((var27) * (-110.34516826676301))) + ((var0) * (0.0))) + ((var1) * (0.0))) + ((var2) * (110.34516826676301))) + ((var3) * (62.115561183470184))) + ((var4) * (37.19509025661546))) + ((var5) * (0.0))) + ((var6) * (110.34516826676301))) + ((var7) * (0.0))) + ((var8) * (110.34516826676301))) + ((var9) * (110.34516826676301))) + ((var10) * (0.0))}, 3 * sizeof(double));
var27 = exp(-0.06389634699048878 * (pow(6.3 - input[0], 2.0) + pow(2.8 - input[1], 2.0) + pow(5.1 - input[2], 2.0) + pow(1.5 - input[3], 2.0)));
memcpy(output, (double[]){0.11172510039290856 + var0 * -0.8898986041811555 + var1 * -0.8898986041811555 + var2 * -0.0 + var3 * -0.0 + var4 * -0.0 + var5 * -0.756413813553974 + var6 * -0.0 + var7 * -0.8898986041811555 + var8 * -0.0 + var9 * -0.0 + var10 * -0.8898986041811555 + var11 * 0.04218875216876044 + var12 * 0.7142250613852136 + var13 * 0.0 + var14 * 0.8898986041811555 + var15 * 0.8898986041811555 + var16 * 0.0 + var17 * 0.8898986041811555 + var18 * 0.8898986041811555, -0.04261957451303831 + var19 * -0.37953658977037247 + var20 * -0.0 + var21 * -0.0 + var22 * -0.37953658977037247 + var23 * -0.37953658977037247 + var24 * -0.26472396872040066 + var25 * -0.3745962010653211 + var26 * -0.10077618026650095 + var27 * -0.0 + var11 * 0.0 + var12 * 0.0 + var13 * 0.37953658977037247 + var14 * 0.37953658977037247 + var15 * 0.3044555865539922 + var16 * 0.05610417372785803 + var17 * 0.37953658977037247 + var18 * 0.37953658977037247, 1.8136162062461285 + var19 * -110.34516826676301 + var20 * -13.999391039896215 + var21 * -108.44329471899991 + var22 * -110.34516826676301 + var23 * -22.21095753342801 + var24 * -0.0 + var25 * -0.0 + var26 * -65.00217641452454 + var27 * -110.34516826676301 + var0 * 0.0 + var1 * 0.0 + var2 * 110.34516826676301 + var3 * 62.115561183470184 + var4 * 37.19509025661546 + var5 * 0.0 + var6 * 110.34516826676301 + var7 * 0.0 + var8 * 110.34516826676301 + var9 * 110.34516826676301 + var10 * 0.0}, 3 * sizeof(double));
}
Loading

0 comments on commit f7f49b7

Please sign in to comment.