aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Hermite/1d.coeffs/1d.cube.order2/coeff-dxx.compute.c
blob: 9cb9a24a88cf01ac154aabe886a8cc63eb708d42 (plain)
1
2
3
4
      coeff_dxx_m1 = RATIONAL(2.0,1.0)+RATIONAL(-3.0,1.0)*x;
      coeff_dxx_0 = RATIONAL(-5.0,1.0)+RATIONAL(9.0,1.0)*x;
      coeff_dxx_p1 = RATIONAL(-9.0,1.0)*x+RATIONAL(4.0,1.0);
      coeff_dxx_p2 = RATIONAL(-1.0,1.0)+RATIONAL(3.0,1.0)*x;