Searched defs:ResidualBlock (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dresidual_block.h67 class ResidualBlock { class in namespace:ceres::internal
72 ResidualBlock(const CostFunction* cost_function,
140 // switching from a ResidualBlock* to an index in the Program's array, needed
H A Dresidual_block.cc52 ResidualBlock::ResidualBlock(const CostFunction* cost_function, function in class:ceres::internal::ResidualBlock
67 bool ResidualBlock::Evaluate(const bool apply_loss_function,
121 "Error in evaluating the ResidualBlock.\n\n"
197 int ResidualBlock::NumScratchDoublesForEvaluate() const {

Completed in 149 milliseconds