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

  /external/ceres-solver/internal/ceres/
solver_impl.h 91 // If fixed_cost is not NULL, the residual blocks that are removed
92 // are evaluated and the sum of their cost is returned in fixed_cost.
95 double* fixed_cost,
125 // at which the eliminated blocks is valid. If fixed_cost is not
127 // sum of their cost is returned in fixed_cost.
130 double* fixed_cost,
line_search_minimizer.cc 129 summary->initial_cost = current_state.cost + summary->fixed_cost;
130 iteration_summary.cost = current_state.cost + summary->fixed_cost;
342 iteration_summary.cost = current_state.cost + summary->fixed_cost;
trust_region_minimizer.cc 143 summary->initial_cost = cost + summary->fixed_cost;
144 iteration_summary.cost = cost + summary->fixed_cost;
277 iteration_summary.cost = cost + summary->fixed_cost;
543 iteration_summary.cost = cost + summary->fixed_cost;
solver_impl.cc 461 &summary->fixed_cost,
487 summary->initial_cost = summary->fixed_cost;
488 summary->final_cost = summary->fixed_cost;
811 &summary->fixed_cost,
    [all...]
coordinate_descent_minimizer.cc 209 summary->fixed_cost = 0.0;
solver.cc 91 fixed_cost(-1.0),
solver_impl_test.cc 238 double fixed_cost = 0.0; local
254 &fixed_cost,
261 EXPECT_DOUBLE_EQ(fixed_cost, expected_fixed_cost);
    [all...]
  /external/ceres-solver/include/ceres/
solver.h 729 double fixed_cost; member in struct:ceres::Solver::Summary
    [all...]

Completed in 148 milliseconds