Home
last modified time | relevance | path

Searched defs:QuadraticCostFunctor (Results 1 – 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
Dsolver_test.cc60 struct QuadraticCostFunctor { struct
61 template <typename T> bool operator()(const T* const x, in operator ()()
67 static CostFunction* Create() { in Create()