aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Hermite/1d.coeffs/1d.cube.order2/coeff-dx.compute.c
blob: 91da0b214ddd52527217828a3a83320068e4b339 (plain)
1
2
3
4
5
6
7
8
fp t6;
      t6 = x*x;
      coeff_dx_m1 = RATIONAL(2.0,1.0)*x+RATIONAL(-3.0,2.0)*t6+RATIONAL(-1.0,2.0
);
      coeff_dx_0 = RATIONAL(-5.0,1.0)*x+RATIONAL(9.0,2.0)*t6;
      coeff_dx_p1 = RATIONAL(1.0,2.0)+RATIONAL(4.0,1.0)*x+RATIONAL(-9.0,2.0)*t6
;
      coeff_dx_p2 = -x+RATIONAL(3.0,2.0)*t6;