99 Key nearbyVariable()
const {
return j_; }
100 const char* what()
const noexcept override;
112 factorDims(factorDims), noiseModelDims(noiseModelDims) {}
115 const char* what() const noexcept override;
118 mutable std::
string description_;
130 factorRows(factorRows), blockRows(blockRows) {}
133 const char* what() const noexcept override;
136 mutable std::
string description_;
Typedefs for easier changing of types.
Base exception type that uses tbb_allocator if GTSAM is compiled with TBB.
Global functions in a separate testing namespace.
Definition: chartTesting.h:28
ptrdiff_t DenseIndex
The index type for Eigen objects.
Definition: types.h:75
std::uint64_t Key
Integer nonlinear key type.
Definition: types.h:69
Base exception type that uses tbb_allocator if GTSAM is compiled with TBB.
Definition: ThreadsafeException.h:42
Thrown when a linear system is ill-posed.
Definition: linearExceptions.h:94
An exception indicating that the noise model dimension passed into a JacobianFactor has a different d...
Definition: linearExceptions.h:106
const DenseIndex factorDims
The dimensionality of the factor.
Definition: linearExceptions.h:108
const DenseIndex noiseModelDims
The dimensionality of the noise model.
Definition: linearExceptions.h:109
An exception indicating that a matrix block passed into a JacobianFactor has a different dimensionali...
Definition: linearExceptions.h:124
const DenseIndex factorRows
The dimensionality of the factor.
Definition: linearExceptions.h:126
const DenseIndex blockRows
The dimensionality of the noise model.
Definition: linearExceptions.h:127
Definition: linearExceptions.h:140