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

Method getSolverIterationsAndReset

src/FactorGraph.cpp:717–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715 }
716
717 int FactorGraph::getSolverIterationsAndReset()
718 {
719 /** reset marginalization duration before value is returned */
720 const int Iterarions = _SolverIterations;
721 _SolverIterations = 0;
722 return Iterarions;
723 }
724
725 void FactorGraph::enableErrorModel(FactorType CurrentFactorType)
726 {

Callers 2

CreateGraphAndSolveFunction · 0.80
CreateGraphAndSolveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected