GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
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 std::shared_ptr< IterativeSolvershared_ptr
 

Public Member Functions

GTSAM_EXPORT VectorValues optimize (const GaussianFactorGraph &gfg, const KeyInfo *=nullptr, const std::map< Key, Vector > *lambda=nullptr)
 
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
 

Detailed Description

Base class for Iterative Solvers like SubgraphSolver


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