Home | History | Annotate | Download | only in Splines

Lines Matching defs:numParameters

85     DenseIndex numParameters = parameters.size();
108 if (derivativeIndices[numDerivatives - 1] == numParameters - 1)
110 endIndex = numParameters - degree;
115 endIndex = numParameters - degree - 1;
127 averageKnots[++newKnotIndex] = parameters[numParameters - 1];
131 ParameterVectorType temporaryParameters(numParameters + 1);
136 ParameterVectorType parameterIndices(numParameters);
138 for (DenseIndex j = 0; j < numParameters; ++j)
155 && parameterIndices[j + 1] != numParameters - 1)
171 DenseIndex numKnots = numParameters + numDerivatives + degree + 1;