gtsam
4.0.0
gtsam
|
Special class for optional Jacobian arguments. More...
Go to the source code of this file.
Classes | |
class | gtsam::OptionalJacobian< Rows, Cols > |
OptionalJacobian is an Eigen::Ref like class that can take be constructed using either a fixed size or dynamic Eigen matrix. More... | |
class | gtsam::OptionalJacobian< Eigen::Dynamic, Eigen::Dynamic > |
struct | gtsam::traits< T > |
A manifold defines a space in which there is a notion of a linear tangent space that can be centered around a given point on the manifold. More... | |
struct | gtsam::MakeJacobian< T, A > |
: meta-function to generate Jacobian More... | |
struct | gtsam::MakeOptionalJacobian< T, A > |
: meta-function to generate JacobianTA optional reference Used mainly by Expressions More... | |
Namespaces | |
gtsam | |
Global functions in a separate testing namespace. | |
Special class for optional Jacobian arguments.