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

Method mutable_evaluation_callback

internal/ceres/program.cc:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73EvaluationCallback* Program::mutable_evaluation_callback() {
74 return evaluation_callback_;
75}
76
77bool Program::StateVectorToParameterBlocks(const double* state) {
78 for (auto* parameter_block : parameter_blocks_) {

Callers 5

SetupEvaluatorFunction · 0.80
SetupEvaluatorFunction · 0.80
EvaluateMethod · 0.80
EvaluateResidualBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected