Public Types | Public Member Functions | Protected Attributes | List of all members
gtsam::PCGSolver Class Reference

#include <PCGSolver.h>

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

Public Types

typedef IterativeSolver Base
 
typedef boost::shared_ptr< PCGSolvershared_ptr
 
- Public Types inherited from gtsam::IterativeSolver
typedef boost::shared_ptr< IterativeSolvershared_ptr
 

Public Member Functions

VectorValues optimize (const GaussianFactorGraph &gfg, const KeyInfo &keyInfo, const std::map< Key, Vector > &lambda, const VectorValues &initial) override
 
 PCGSolver (const PCGSolverParameters &p)
 
 ~PCGSolver () override
 
- Public Member Functions inherited from gtsam::IterativeSolver
 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 ~IterativeSolver ()
 

Protected Attributes

PCGSolverParameters parameters_
 
boost::shared_ptr< Preconditionerpreconditioner_
 

Detailed Description

A virtual base class for the preconditioned conjugate gradient solver

Definition at line 62 of file PCGSolver.h.

Member Typedef Documentation

Definition at line 64 of file PCGSolver.h.

typedef boost::shared_ptr<PCGSolver> gtsam::PCGSolver::shared_ptr

Definition at line 65 of file PCGSolver.h.

Constructor & Destructor Documentation

gtsam::PCGSolver::PCGSolver ( const PCGSolverParameters p)

Definition at line 43 of file PCGSolver.cpp.

gtsam::PCGSolver::~PCGSolver ( )
inlineoverride

Definition at line 75 of file PCGSolver.h.

Member Function Documentation

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

Implements gtsam::IterativeSolver.

Definition at line 60 of file PCGSolver.cpp.

Member Data Documentation

PCGSolverParameters gtsam::PCGSolver::parameters_
protected

Definition at line 69 of file PCGSolver.h.

boost::shared_ptr<Preconditioner> gtsam::PCGSolver::preconditioner_
protected

Definition at line 70 of file PCGSolver.h.


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


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