OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_residual_block
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/internal/ceres/
gradient_checking_cost_function_test.cc
398
const ResidualBlock*
new_residual_block
=
local
401
new_residual_block
->NumParameterBlocks());
403
new_residual_block
->NumResiduals());
405
new_residual_block
->NumScratchDoublesForEvaluate());
411
new_residual_block
->parameter_blocks()[j]);
problem_impl.cc
274
ResidualBlock*
new_residual_block
=
local
283
parameter_block_ptrs[i]->AddResidualBlock(
new_residual_block
);
287
program_->residual_blocks_.push_back(
new_residual_block
);
288
return
new_residual_block
;
Completed in 32 milliseconds