99 Key nearbyVariable()
const {
return j_; }
100 virtual const char* what()
const throw();
112 factorDims(factorDims), noiseModelDims(noiseModelDims) {}
115 virtual const char* what()
const throw();
118 mutable std::
string description_;
130 factorRows(factorRows), blockRows(blockRows) {}
133 virtual const char* what()
const throw();
136 mutable std::
string description_;
ptrdiff_t DenseIndex
The index type for Eigen objects.
Definition: types.h:63
An exception indicating that the noise model dimension passed into a JacobianFactor has a different d...
Definition: linearExceptions.h:106
Base exception type that uses tbb_exception if GTSAM is compiled with TBB.
Definition: ThreadsafeException.h:39
Definition: linearExceptions.h:140
std::uint64_t Key
Integer nonlinear key type.
Definition: types.h:57
Thrown when a linear system is ill-posed.
Definition: linearExceptions.h:94
const DenseIndex blockRows
The dimensionality of the noise model.
Definition: linearExceptions.h:127
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
Global functions in a separate testing namespace.
Definition: chartTesting.h:28
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
Typedefs for easier changing of types.
Base exception type that uses tbb_exception if GTSAM is compiled with TBB.