Recent content by anjuantop

  1. A

    MHB How Does the DeBoor Algorithm Calculate Coefficients for Spline Fitting?

    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...
Back
Top