Searched defs:CostFunction (Results 1 - 1 of 1) sorted by path

/external/ceres-solver/include/ceres/
H A Dcost_function.h34 // subclass CostFunction to define their own terms in the least squares problem.
38 // directly implementing the CostFunction interface. This often results in both
41 // CostFunction interface; for example, this is true when calling legacy code
64 class CERES_EXPORT CostFunction { class in namespace:ceres
66 CostFunction() : num_residuals_(0) {} function in class:ceres::CostFunction
68 virtual ~CostFunction() {}
141 CERES_DISALLOW_COPY_AND_ASSIGN(CostFunction);

Completed in 225 milliseconds