MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / getSolverSummary

Method getSolverSummary

src/FactorGraph.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 ceres::Solver::Summary FactorGraph::getSolverSummary() const
182 {
183 return _Report;
184 }
185
186 void FactorGraph::setConstant(const string Name, const double Timestamp)
187 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected