I am curious if a spline can be both relaxed (second derivative = 0 at both endpoints) and clamped (first derivative is explicitly defined at both endpoints). This only needs to be true for a single spline between two end points. If this is not possible, what power (quartic, quintic, etc.) of spline would be required to fulfill these conditions?
Either way, how would I go about calculating a spline that fulfills these conditions?
I know very little about splines, so I may be missing something obvious. Any help or additional resources would be great. Thanks!