Searched refs:t_i (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/examples/
H A Dmore_garbow_hillstrom.cc230 const T t_i = T((8.0 - i - 1.0) / 2.0); variable
232 residual[i] = x1 * exp(-x2 * (t_i - x3) * (t_i - x3) / T(2.0)) - y_i;

Completed in 479 milliseconds