evaluateFromPPCoefficients
Returns the value of the function with derivative D represented by PP coefficients C at locations t.
Declaration
f = evaluateFromPPCoefficients(t,C,tpp, D)
Parameters
tpoints at which to evaluate the splinesCpolynomial coefficients to be used in polyval, size(C) = [length(t_pp)-1, K]tpppiece-wise polynomial intervals, size(tpp) = length(tKnot) - 2*K + 1Dnumber of derivatives
Returns
fvector the same size as t