MCPcopy Create free account
hub / github.com/ceres-solver/ceres-solver / GetLossFunctionForResidualBlock

Method GetLossFunctionForResidualBlock

internal/ceres/problem.cc:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203const LossFunction* Problem::GetLossFunctionForResidualBlock(
204 const ResidualBlockId residual_block) const {
205 return impl_->GetLossFunctionForResidualBlock(residual_block);
206}
207
208void Problem::GetResidualBlocksForParameterBlock(
209 const double* values, std::vector<ResidualBlockId>* residual_blocks) const {

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36