- #1
anjuantop
- 1
- 0
Hi,
I'm trying to implement the DeBoor algorithm for Spline fitting to data points. In the subroutine BSPLPP (which is used to convert the B representation to PP representation), the COEF array is of the size (k,l). But for a kth degree polynomial, the number of coefficients should be (k+1). I can not understand how the complete algorithm still gives an output of size (k+1,l) in L2MAIN. Please give me some pointers, if possible.
Thanks and Regards,
Anju
I'm trying to implement the DeBoor algorithm for Spline fitting to data points. In the subroutine BSPLPP (which is used to convert the B representation to PP representation), the COEF array is of the size (k,l). But for a kth degree polynomial, the number of coefficients should be (k+1). I can not understand how the complete algorithm still gives an output of size (k+1,l) in L2MAIN. Please give me some pointers, if possible.
Thanks and Regards,
Anju