Public Member Functions | Public Attributes | List of all members
gtsam::ConcurrentIncrementalSmoother::Result Struct Reference

#include <ConcurrentIncrementalSmoother.h>

Public Member Functions

double getError () const
 
size_t getIterations () const
 Getter methods. More...
 
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 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...
 

Detailed Description

Meta information returned about the update

Definition at line 37 of file ConcurrentIncrementalSmoother.h.

Constructor & Destructor Documentation

gtsam::ConcurrentIncrementalSmoother::Result::Result ( )
inline

Constructor.

Definition at line 44 of file ConcurrentIncrementalSmoother.h.

Member Function Documentation

double gtsam::ConcurrentIncrementalSmoother::Result::getError ( ) const
inline

Definition at line 50 of file ConcurrentIncrementalSmoother.h.

size_t gtsam::ConcurrentIncrementalSmoother::Result::getIterations ( ) const
inline

Getter methods.

Definition at line 47 of file ConcurrentIncrementalSmoother.h.

size_t gtsam::ConcurrentIncrementalSmoother::Result::getLinearVariables ( ) const
inline

Definition at line 49 of file ConcurrentIncrementalSmoother.h.

size_t gtsam::ConcurrentIncrementalSmoother::Result::getNonlinearVariables ( ) const
inline

Definition at line 48 of file ConcurrentIncrementalSmoother.h.

Member Data Documentation

double gtsam::ConcurrentIncrementalSmoother::Result::error

The final factor graph error.

Definition at line 41 of file ConcurrentIncrementalSmoother.h.

size_t gtsam::ConcurrentIncrementalSmoother::Result::iterations

The number of optimizer iterations performed.

Definition at line 38 of file ConcurrentIncrementalSmoother.h.

size_t gtsam::ConcurrentIncrementalSmoother::Result::linearVariables

The number of variables that must keep a constant linearization point.

Definition at line 40 of file ConcurrentIncrementalSmoother.h.

size_t gtsam::ConcurrentIncrementalSmoother::Result::nonlinearVariables

The number of variables that can be relinearized.

Definition at line 39 of file ConcurrentIncrementalSmoother.h.


The documentation for this struct was generated from the following file:


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:58:05