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

  /external/ceres-solver/internal/ceres/
numeric_diff_cost_function_test.cc 48 TEST(NumericDiffCostFunction, EasyCaseFunctorCentralDifferences) {
51 new NumericDiffCostFunction<EasyFunctor,
61 TEST(NumericDiffCostFunction, EasyCaseFunctorForwardDifferences) {
64 new NumericDiffCostFunction<EasyFunctor,
74 TEST(NumericDiffCostFunction, EasyCaseCostFunctionCentralDifferences) {
77 new NumericDiffCostFunction<EasyCostFunction,
87 TEST(NumericDiffCostFunction, EasyCaseCostFunctionForwardDifferences) {
90 new NumericDiffCostFunction<EasyCostFunction,
100 TEST(NumericDiffCostFunction, TranscendentalCaseFunctorCentralDifferences) {
103 new NumericDiffCostFunction<TranscendentalFunctor
    [all...]
numeric_diff_functor_test.cc 48 TEST(NumericDiffCostFunction, EasyCaseCentralDifferences) {
67 TEST(NumericDiffCostFunction, EasyCaseForwardDifferences) {
86 TEST(NumericDiffCostFunction, TranscendentalCaseCentralDifferences) {
105 TEST(NumericDiffCostFunction, TranscendentalCaseForwardDifferences) {
  /external/ceres-solver/examples/
helloworld_numeric_diff.cc 37 using ceres::NumericDiffCostFunction;
66 new NumericDiffCostFunction<CostFunctor, CENTRAL, 1, 1> (new CostFunctor);
  /external/ceres-solver/include/ceres/
numeric_diff_cost_function.h 84 // = new NumericDiffCostFunction<MyScalarCostFunctor, CENTRAL, 1, 2, 2>(
98 // NumericDiffCostFunction also supports cost functions with a
102 // = new NumericDiffCostFunction<MyScalarCostFunctor, CENTRAL, DYNAMIC, 2, 2>(
123 // NumericDiffCostFunction is to get the sizing wrong. In particular,
136 // NumericDiffCostFunction can also take CostFunction objects as
153 // = new NumericDiffCostFunction<MyCostFunction, CENTRAL, 1, 4, 8>(
187 class NumericDiffCostFunction
192 NumericDiffCostFunction(CostFunctor* functor,
207 ~NumericDiffCostFunction() {
numeric_diff_functor.h 122 new NumericDiffCostFunction<Functor,
133 : functor_(new NumericDiffCostFunction<Functor,
gradient_checker.h 62 // This is templated similarly to NumericDiffCostFunction, as it internally
178 NumericDiffCostFunction<CostFunctionToProbe, CENTRAL, M, N0, N1, N2, N3, N4>

Completed in 117 milliseconds