Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/Splines/
DSplineFitting.h137 int temporaryParameterIndex = 1; in KnotAveragingWithDerivatives() local
143 parameterIndices[temporaryParameterIndex] = j; in KnotAveragingWithDerivatives()
144 temporaryParameters[temporaryParameterIndex++] = parameter; in KnotAveragingWithDerivatives()
147 temporaryParameters[temporaryParameterIndex] = averageKnots[i + 1]; in KnotAveragingWithDerivatives()
149 for (int j = 0; j <= temporaryParameterIndex - 2; ++j) in KnotAveragingWithDerivatives()