Home
last modified time | relevance | path

Searched refs:fixed_cost (Results 1 – 7 of 7) sorted by relevance

/external/ceres-solver/internal/ceres/
Dsolver_impl.h66 double* fixed_cost,
119 double* fixed_cost,
Dsolver_impl.cc326 &summary->fixed_cost, in Solve()
578 double* fixed_cost, in RemoveFixedBlocksFromProgram() argument
584 if (fixed_cost != NULL) { in RemoveFixedBlocksFromProgram()
587 *fixed_cost = 0.0; in RemoveFixedBlocksFromProgram()
619 } else if (fixed_cost != NULL) { in RemoveFixedBlocksFromProgram()
629 *fixed_cost += cost; in RemoveFixedBlocksFromProgram()
662 double* fixed_cost, in CreateReducedProgram() argument
676 fixed_cost, in CreateReducedProgram()
Dtrust_region_minimizer.cc163 iteration_summary.cost = cost + summary->fixed_cost; in Minimize()
311 iteration_summary.cost = cost + summary->fixed_cost; in Minimize()
522 iteration_summary.cost = cost + summary->fixed_cost; in Minimize()
Dsolver.cc75 fixed_cost(-1.0), in Summary()
Dcoordinate_descent_minimizer.cc208 summary->fixed_cost = 0.0; in Solve()
Dsolver_impl_test.cc238 double fixed_cost = 0.0; in TEST() local
249 &fixed_cost, in TEST()
256 EXPECT_DOUBLE_EQ(fixed_cost, expected_fixed_cost); in TEST()
/external/ceres-solver/include/ceres/
Dsolver.h535 double fixed_cost; member