Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
void Problem::SetParameterBlockVariable(double* values) {
89
impl_->SetParameterBlockVariable(values);
90
}
91
92
bool Problem::IsParameterBlockConstant(const double* values) const {
93
return impl_->IsParameterBlockConstant(values);
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36