OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wrapped_cost_function_
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/internal/ceres/
conditioned_cost_function.cc
50
:
wrapped_cost_function_
(wrapped_cost_function),
54
set_num_residuals(
wrapped_cost_function_
->num_residuals());
56
wrapped_cost_function_
->parameter_block_sizes();
59
CHECK_EQ(
wrapped_cost_function_
->num_residuals(), conditioners_.size());
60
for (int i = 0; i <
wrapped_cost_function_
->num_residuals(); i++) {
73
wrapped_cost_function_
.release();
80
bool success =
wrapped_cost_function_
->Evaluate(parameters, residuals,
86
for (int r = 0; r <
wrapped_cost_function_
->num_residuals(); r++) {
114
i <
wrapped_cost_function_
->parameter_block_sizes().size();
118
wrapped_cost_function_
->parameter_block_sizes()[i]
[
all
...]
/external/ceres-solver/include/ceres/
conditioned_cost_function.h
89
internal::scoped_ptr<CostFunction>
wrapped_cost_function_
;
member in class:ceres::ConditionedCostFunction
Completed in 244 milliseconds