Home
last modified time | relevance | path

Searched refs:derivativeIndices (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/Splines/
DSplineFitting.h80 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()
[all …]
/external/eigen/unsupported/test/
Dsplines.cpp252 VectorXd derivativeIndices(numPoints); in check_global_interpolation_with_derivatives2d() local
255 derivativeIndices(i) = static_cast<double>(i); in check_global_interpolation_with_derivatives2d()
258 points, derivatives, derivativeIndices, degree); in check_global_interpolation_with_derivatives2d()