#include <ConcurrentBatchSmoother.h>
Public Member Functions | |
double | getError () const |
size_t | getIterations () const |
Getter methods. More... | |
size_t | getLambdas () const |
size_t | getLinearVariables () const |
size_t | getNonlinearVariables () const |
Result () | |
Constructor. More... | |
Public Attributes | |
double | error |
The final factor graph error. More... | |
size_t | iterations |
The number of optimizer iterations performed. More... | |
size_t | lambdas |
The number of different L-M lambda factors that were tried during optimization. More... | |
size_t | linearVariables |
The number of variables that must keep a constant linearization point. More... | |
size_t | nonlinearVariables |
The number of variables that can be relinearized. More... | |
Meta information returned about the update
Definition at line 38 of file ConcurrentBatchSmoother.h.
|
inline |
Constructor.
Definition at line 46 of file ConcurrentBatchSmoother.h.
|
inline |
Definition at line 53 of file ConcurrentBatchSmoother.h.
|
inline |
Getter methods.
Definition at line 49 of file ConcurrentBatchSmoother.h.
|
inline |
Definition at line 50 of file ConcurrentBatchSmoother.h.
|
inline |
Definition at line 52 of file ConcurrentBatchSmoother.h.
|
inline |
Definition at line 51 of file ConcurrentBatchSmoother.h.
double gtsam::ConcurrentBatchSmoother::Result::error |
The final factor graph error.
Definition at line 43 of file ConcurrentBatchSmoother.h.
size_t gtsam::ConcurrentBatchSmoother::Result::iterations |
The number of optimizer iterations performed.
Definition at line 39 of file ConcurrentBatchSmoother.h.
size_t gtsam::ConcurrentBatchSmoother::Result::lambdas |
The number of different L-M lambda factors that were tried during optimization.
Definition at line 40 of file ConcurrentBatchSmoother.h.
size_t gtsam::ConcurrentBatchSmoother::Result::linearVariables |
The number of variables that must keep a constant linearization point.
Definition at line 42 of file ConcurrentBatchSmoother.h.
size_t gtsam::ConcurrentBatchSmoother::Result::nonlinearVariables |
The number of variables that can be relinearized.
Definition at line 41 of file ConcurrentBatchSmoother.h.