Mercurial > repos > public > sbplib
log
age | author | description |
---|---|---|
Fri, 05 Apr 2019 13:14:29 -0700 | Martin Almquist | Bugfix in dataSpline(), reparameterize with parameter from 0 to 1 before using Curve. feature/dataspline |
Fri, 05 Apr 2019 10:17:04 +0200 | Jonatan Werpers | Rewrite dataSpline() avoiding the spline function in Curve and using fnder for the differentiation feature/dataspline |
Fri, 05 Apr 2019 09:06:03 +0200 | Jonatan Werpers | Remove some spurious empty lines feature/dataspline |
Thu, 04 Apr 2019 17:57:24 -0700 | Martin Almquist | Add function parametrization/dataSpline which accepts data points and returns a Curve object consisting of a spline interpolant with the arclength parametrization. feature/dataspline |
Thu, 04 Apr 2019 17:55:57 -0700 | Martin Almquist | Turn the helper function spline into a static method in the Curve class. feature/dataspline |
Fri, 29 Mar 2019 14:50:50 -0700 | Martin Almquist | Improve comments in LaplCurve. feature/laplace_curvilinear_test |