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

Method final_parameters

examples/nist.cc:275–275  ·  view source on GitHub ↗

NOLINT

Source from the content-addressed store, hash-verified

273 return initial_parameters_.row(start);
274 } // NOLINT
275 Matrix final_parameters() const { return final_parameters_; }
276 Matrix predictor() const { return predictor_; }
277 Matrix response() const { return response_; }
278 int predictor_size() const { return predictor_.cols(); }

Callers 1

RegressionDriverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected