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
t
points at which to evaluate the splinesC
polynomial coefficients to be used in polyval, size(C) = [length(t_pp)-1, K]tpp
piece-wise polynomial intervals, size(tpp) = length(tKnot) - 2*K + 1D
number of derivatives
Returns
f
vector the same size as t