Home | History | Annotate | Download | only in ceres

Lines Matching refs:Stride

60 // by the Stride template parameter) with each pass. There is a tradeoff with
61 // the size of the passes; you may want to experiment with the stride.
77 template <typename CostFunctor, int Stride = 4>
122 vector<Jet<double, Stride> > input_jets(num_parameters);
123 vector<Jet<double, Stride> > output_jets(num_residuals());
126 vector<Jet<double, Stride>* > jet_parameters(num_parameter_blocks,
127 static_cast<Jet<double, Stride>* >(NULL));
158 // When `num_active_parameters % Stride != 0` then it can be the case
159 // that `active_parameter_count < Stride` while parameter_cursor is less
171 // Evaluate all of the strides. Each stride is a chunk of the derivative to
175 static_cast<float>(Stride)));
182 // non-constant #Stride parameters.
194 if (active_parameter_count < Stride &&
223 if (active_parameter_count < Stride &&