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

Method SetParameterBlockVariable

internal/ceres/problem.cc:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void Problem::SetParameterBlockVariable(double* values) {
89 impl_->SetParameterBlockVariable(values);
90}
91
92bool Problem::IsParameterBlockConstant(const double* values) const {
93 return impl_->IsParameterBlockConstant(values);

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36