20 #include <gtsam/base/ThreadsafeException.h> 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;
127 factorRows(factorRows), blockRows(blockRows) {}
130 const char* what()
const noexcept
override;
Typedefs for easier changing of types.
const DenseIndex noiseModelDims
The dimensionality of the noise model.
Definition: linearExceptions.h:109
const DenseIndex blockRows
The dimensionality of the noise model.
Definition: linearExceptions.h:124
ptrdiff_t DenseIndex
The index type for Eigen objects.
Definition: types.h:108
Base exception type that uses tbb_allocator if GTSAM is compiled with TBB.
Definition: ThreadsafeException.h:40
const DenseIndex factorDims
The dimensionality of the factor.
Definition: linearExceptions.h:108
Definition: chartTesting.h:28
Definition: linearExceptions.h:106
Definition: linearExceptions.h:94
Definition: linearExceptions.h:121
const DenseIndex factorRows
The dimensionality of the factor.
Definition: linearExceptions.h:123
std::uint64_t Key
Integer nonlinear key type.
Definition: types.h:102
Definition: linearExceptions.h:134