master
Per A Brodtkorb 8 years ago
parent 445cd928a4
commit 0b983f11e3

@ -572,7 +572,6 @@ class SmoothSpline(PPform):
dx = np.diff(x)
return x, y, dx
def _init_poly_coefs(self, dx, dydx, n, p, D):
dx1 = 1. / dx
R = self._compute_r(dx, n)

Loading…
Cancel
Save