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

/external/ceres-solver/internal/ceres/
H A Dnumeric_diff_test_utils.h57 return functor_(parameters[0], parameters[1], residuals);
61 EasyFunctor functor_; member in class:ceres::internal::EasyCostFunction
82 return functor_(parameters[0], parameters[1], residuals);
85 TranscendentalFunctor functor_; member in class:ceres::internal::TranscendentalCostFunction
/external/ceres-solver/include/ceres/
H A Dnumeric_diff_functor.h121 : functor_(
133 : functor_(new NumericDiffCostFunction<Functor,
145 return functor_(x0, residuals);
151 return functor_(x0, x1, residuals);
158 return functor_(x0, x1, x2, residuals);
166 return functor_(x0, x1, x2, x3, residuals);
175 return functor_(x0, x1, x2, x3, x4, residuals);
185 return functor_(x0, x1, x2, x3, x4, x5, residuals);
196 return functor_(x0, x1, x2, x3, x4, x5, x6, residuals);
208 return functor_(x
346 N5, N6, N7, N8, N9> functor_; member in class:ceres::NumericDiffFunctor
[all...]
H A Dautodiff_cost_function.h173 : functor_(functor) {
185 : functor_(functor) {
208 ::Call(*functor_, parameters, residuals);
212 *functor_,
222 internal::scoped_ptr<CostFunctor> functor_; member in class:ceres::AutoDiffCostFunction
H A Dautodiff_local_parameterization.h111 functor_(new Functor()) {}
115 functor_(functor) {}
121 return (*functor_)(x, delta, x_plus_delta);
138 ::Differentiate(*functor_,
149 internal::scoped_ptr<Functor> functor_; member in class:ceres::AutoDiffLocalParameterization
H A Dnumeric_diff_cost_function.h196 :functor_(functor),
209 functor_.release();
227 functor_.get(),
230 functor_.get())) {
279 functor_.get(), \
308 internal::scoped_ptr<CostFunctor> functor_; member in class:ceres::NumericDiffCostFunction
H A Ddynamic_autodiff_cost_function.h82 : functor_(functor) {}
102 return (*functor_)(parameters, residuals);
211 if (!(*functor_)(&jet_parameters[0], &output_jets[0])) {
255 internal::scoped_ptr<CostFunctor> functor_; member in class:ceres::DynamicAutoDiffCostFunction
H A Ddynamic_numeric_diff_cost_function.h81 : functor_(functor),
88 functor_.release();
236 return EvaluateCostFunctorImpl(functor_.get(),
239 functor_.get());
258 internal::scoped_ptr<const CostFunctor> functor_; member in class:ceres::DynamicNumericDiffCostFunction

Completed in 313 milliseconds