C语言实现使用三对角矩阵求解自然边界的三次样条插值,返回各段曲线的系数。 void cubic_getval(real_T abcd[][4],const int_T n, const real_T* map);