Home | History | Annotate | Download | only in ceres

Lines Matching refs:col4

58 template <bool col1, bool col2, bool col3, bool col4>
66 (col4 ? 1 : 0)) {
71 << col4;
78 CHECK(col1 || col2 || col3 || col4);
156 if (col4) {
181 if (col4) {
197 state_plus_delta[3] = (col4 ? state[3] + delta[delta_index++] : state[3]);
211 template<bool col1, bool col2, bool col3, bool col4>
224 parameters[3] = (col4 ? parameters[3] : 0.0);
226 PowellEvaluator2<col1, col2, col3, col4> powell_evaluator;