Home | History | Annotate | Download | only in ceres

Lines Matching refs:col3

58 template <bool col1, bool col2, bool col3, bool col4>
65 (col3 ? 1 : 0) +
70 << col3 << " "
78 CHECK(col1 || col2 || col3 || col4);
148 if (col3) {
176 if (col3) {
196 state_plus_delta[2] = (col3 ? state[2] + delta[delta_index++] : state[2]);
211 template<bool col1, bool col2, bool col3, bool col4>
223 parameters[2] = (col3 ? parameters[2] : 0.0);
226 PowellEvaluator2<col1, col2, col3, col4> powell_evaluator;