HomeSort by relevance Sort by last modified time
    Searched refs:Ownership (Results 1 - 9 of 9) sorted by null

  /external/ceres-solver/include/ceres/
conditioned_cost_function.h 76 // per-residual conditioner. Takes ownership of all of the wrapped cost
77 // functions, or not, depending on the ownership parameter. Conditioners
81 Ownership ownership);
91 Ownership ownership_;
loss_function.h 281 explicit ComposedLoss(const LossFunction* f, Ownership ownership_f,
282 const LossFunction* g, Ownership ownership_g);
288 const Ownership ownership_f_, ownership_g_;
311 // ownership of the wrapped loss function or not depending on the
312 // ownership parameter.
313 ScaledLoss(const LossFunction* rho, double a, Ownership ownership) :
314 rho_(rho), a_(a), ownership_(ownership) { }
326 const Ownership ownership_;
366 LossFunctionWrapper(LossFunction* rho, Ownership ownership
    [all...]
problem.h 134 Ownership cost_function_ownership;
135 Ownership loss_function_ownership;
136 Ownership local_parameterization_ownership;
160 // The Problem object by default takes ownership of the
166 // Note: Even though the Problem takes ownership of cost_function
types.h 49 // Argument type used in interfaces that can optionally take ownership
51 // object takes ownership of the pointer argument, and will call
53 enum Ownership {
numeric_diff_cost_function.h 207 Ownership ownership)
208 : function_(function), ownership_(ownership) {}
280 Ownership ownership_;
  /external/ceres-solver/internal/ceres/
loss_function.cc 116 ComposedLoss::ComposedLoss(const LossFunction* f, Ownership ownership_f,
117 const LossFunction* g, Ownership ownership_g)
conditioned_cost_function.cc 49 Ownership ownership)
52 ownership_(ownership) {
  /external/chromium/base/
basictypes.h 265 // Argument type used in interfaces that can optionally take ownership
267 // object takes ownership of the argument. Otherwise it does not.
268 enum Ownership {
  /external/ceres-solver/docs/
modeling.tex 384 Ownership cost_function_ownership;
385 Ownership loss_function_ownership;
386 Ownership local_parameterization_ownership;
447 \texttt{Problem} by default takes ownership of the
454 Note that even though the Problem takes ownership of \texttt{cost\_function}
473 \texttt{Problem} by default takes ownership of the
477 do this by setting the corresponding enums in the \texttt{Options} struct. Even though \texttt{Problem} takes ownership of these pointers, it does not preclude the user from re-using them in another residual or parameter block. The destructor takes care to call

Completed in 2698 milliseconds