Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/Splines/
DSplineFitting.h124 int newKnotIndex = 0; in KnotAveragingWithDerivatives() local
126 averageKnots[++newKnotIndex] = parameters.segment(i, degree).mean(); in KnotAveragingWithDerivatives()
127 averageKnots[++newKnotIndex] = parameters[numParameters - 1]; in KnotAveragingWithDerivatives()
129 newKnotIndex = -1; in KnotAveragingWithDerivatives()
157 derivativeKnots[++newKnotIndex] = temporaryParameters.segment(j, 3).mean(); in KnotAveragingWithDerivatives()