Public Types | Public Member Functions | List of all members
gtsam::IterativeSolver Class Referenceabstract

#include <IterativeSolver.h>

Inheritance diagram for gtsam::IterativeSolver:
Inheritance graph
[legend]

Public Types

typedef boost::shared_ptr< IterativeSolvershared_ptr
 

Public Member Functions

 IterativeSolver ()
 
GTSAM_EXPORT VectorValues optimize (const GaussianFactorGraph &gfg, boost::optional< const KeyInfo & >=boost::none, boost::optional< const std::map< Key, Vector > & > lambda=boost::none)
 
GTSAM_EXPORT VectorValues optimize (const GaussianFactorGraph &gfg, const KeyInfo &keyInfo, const std::map< Key, Vector > &lambda)
 
virtual VectorValues optimize (const GaussianFactorGraph &gfg, const KeyInfo &keyInfo, const std::map< Key, Vector > &lambda, const VectorValues &initial)=0
 
virtual ~IterativeSolver ()
 

Detailed Description

Base class for Iterative Solvers like SubgraphSolver

Definition at line 86 of file IterativeSolver.h.

Member Typedef Documentation

Definition at line 88 of file IterativeSolver.h.

Constructor & Destructor Documentation

gtsam::IterativeSolver::IterativeSolver ( )
inline

Definition at line 89 of file IterativeSolver.h.

virtual gtsam::IterativeSolver::~IterativeSolver ( )
inlinevirtual

Definition at line 91 of file IterativeSolver.h.

Member Function Documentation

VectorValues gtsam::IterativeSolver::optimize ( const GaussianFactorGraph gfg,
boost::optional< const KeyInfo & >  keyInfo = boost::none,
boost::optional< const std::map< Key, Vector > & >  lambda = boost::none 
)

Definition at line 86 of file IterativeSolver.cpp.

VectorValues gtsam::IterativeSolver::optimize ( const GaussianFactorGraph gfg,
const KeyInfo keyInfo,
const std::map< Key, Vector > &  lambda 
)

Definition at line 94 of file IterativeSolver.cpp.

virtual VectorValues gtsam::IterativeSolver::optimize ( const GaussianFactorGraph gfg,
const KeyInfo keyInfo,
const std::map< Key, Vector > &  lambda,
const VectorValues initial 
)
pure virtual

The documentation for this class was generated from the following files:


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