Home
last modified time | relevance | path

Searched refs:new_residual_block (Results 1 – 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
Dgradient_checking_cost_function_test.cc398 const ResidualBlock* new_residual_block = in TEST() local
401 new_residual_block->NumParameterBlocks()); in TEST()
403 new_residual_block->NumResiduals()); in TEST()
405 new_residual_block->NumScratchDoublesForEvaluate()); in TEST()
411 new_residual_block->parameter_blocks()[j]); in TEST()
Dproblem_impl.cc294 ResidualBlock* new_residual_block = in AddResidualBlock() local
303 parameter_block_ptrs[i]->AddResidualBlock(new_residual_block); in AddResidualBlock()
307 program_->residual_blocks_.push_back(new_residual_block); in AddResidualBlock()
310 residual_block_set_.insert(new_residual_block); in AddResidualBlock()
313 return new_residual_block; in AddResidualBlock()