Lines Matching refs:derivativeIndices
80 const IndexArray& derivativeIndices, in KnotAveragingWithDerivatives() argument
86 DenseIndex numDerivatives = derivativeIndices.size(); in KnotAveragingWithDerivatives()
99 if (derivativeIndices[0] == 0) in KnotAveragingWithDerivatives()
108 if (derivativeIndices[numDerivatives - 1] == numParameters - 1) in KnotAveragingWithDerivatives()
151 for (DenseIndex k = 0; k < derivativeIndices.size(); ++k) in KnotAveragingWithDerivatives()
153 if (parameterIndices[j + 1] == derivativeIndices[k] in KnotAveragingWithDerivatives()
261 const IndexArray& derivativeIndices,
283 const IndexArray& derivativeIndices,
334 const IndexArray& derivativeIndices, in InterpolateWithDerivatives() argument
347 KnotAveragingWithDerivatives(parameters, degree, derivativeIndices, knots); in InterpolateWithDerivatives()
359 if (derivativeIndices[0] == 0) in InterpolateWithDerivatives()
374 if (derivativeIndices[derivatives.cols() - 1] == points.cols() - 1) in InterpolateWithDerivatives()
388 if (derivativeIndices[derivativeIndex] == i) in InterpolateWithDerivatives()
421 const IndexArray& derivativeIndices, in InterpolateWithDerivatives() argument
426 return InterpolateWithDerivatives(points, derivatives, derivativeIndices, degree, parameters); in InterpolateWithDerivatives()