GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Namespaces | Typedefs | Functions
SparseEigen.h File Reference

Utilities for creating Eigen sparse matrices (gtsam::SparseEigen) More...

#include <gtsam/linear/GaussianFactorGraph.h>
#include <gtsam/linear/VectorValues.h>
#include <Eigen/Sparse>
Include dependency graph for SparseEigen.h:

Go to the source code of this file.

Namespaces

 gtsam
 

Typedefs

typedef Eigen::SparseMatrix< double, Eigen::ColMajor, int > gtsam::SparseEigen
 

Functions

SparseEigen gtsam::sparseJacobianEigen (const GaussianFactorGraph &gfg, const Ordering &ordering)
 Constructs an Eigen-format SparseMatrix of a GaussianFactorGraph.
 
SparseEigen gtsam::sparseJacobianEigen (const GaussianFactorGraph &gfg)
 

Detailed Description

Utilities for creating Eigen sparse matrices (gtsam::SparseEigen)

Date
Aug 2019
Author
Mandy Xie
Fan Jiang
Gerry Chen
Frank Dellaert