HomeSort by relevance Sort by last modified time
    Searched full: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 225 ResidualBlock* new_residual_block = local
229 program_->residual_blocks_.push_back(new_residual_block);
230 return new_residual_block;

Completed in 52 milliseconds