Searched refs:c_residual (Results 1 – 2 of 2) sorted by relevance
60 double c_residual = 0.0; in operator ()() local62 c_residual += pow(params0[i], 2) - 8.0 * params0[i]; in operator ()()67 c_residual += params1[i]; in operator ()()69 residuals[r++] = c_residual; in operator ()()
60 T c_residual(0.0); in operator ()() local62 c_residual += pow(params0[i], 2) - T(8) * params0[i]; in operator ()()67 c_residual += params1[i]; in operator ()()69 residuals[r++] = c_residual; in operator ()()