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

Method getMarginalDurationAndReset

src/FactorGraph.cpp:709–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707 }
708
709 double FactorGraph::getMarginalDurationAndReset()
710 {
711 /** reset marginalization duration before value is returned */
712 const double Duration = _MarginalizationDuration;
713 _MarginalizationDuration = 0.0;
714 return Duration;
715 }
716
717 int FactorGraph::getSolverIterationsAndReset()
718 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected