gtsam 4.1.1
gtsam
|
Utilities for creating Eigen sparse matrices (gtsam::SparseEigen) More...
Go to the source code of this file.
Namespaces | |
namespace | gtsam |
Global functions in a separate testing namespace. | |
Typedefs | |
typedef Eigen::SparseMatrix< double, Eigen::ColMajor, int > | gtsam::SparseEigen |
Eigen-format sparse matrix. More... | |
Functions | |
SparseEigen | gtsam::sparseJacobianEigen (const GaussianFactorGraph &gfg, const Ordering &ordering) |
Constructs an Eigen-format SparseMatrix of a GaussianFactorGraph. | |
SparseEigen | gtsam::sparseJacobianEigen (const GaussianFactorGraph &gfg) |
Utilities for creating Eigen sparse matrices (gtsam::SparseEigen)