aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.size3/interp-dxx.compute.c
blob: a4a5b16b85e5a477b038d993d8c161c68d9ebb52 (plain)
1
2
3
4
result =
	coeff_dxx_m1*data_m1
	+ coeff_dxx_0*data_0
	+ coeff_dxx_p1*data_p1;