| 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 | { |
no outgoing calls
no test coverage detected