|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
#include <linearExceptions.h>


Public Member Functions | |
| InvalidMatrixBlock (DenseIndex factorRows, DenseIndex blockRows) | |
| const char * | what () const noexcept override |
Public Attributes | |
| const DenseIndex | factorRows |
| The dimensionality of the factor. | |
| const DenseIndex | blockRows |
| The dimensionality of the noise model. | |
Protected Types | |
| typedef std::string | String |
| typedef std::allocator< char > | Allocator |
Protected Attributes | |
| bool | dynamic_ |
| Whether this object was moved. | |
| std::optional< String > | description_ |
| Optional description. | |
An exception indicating that a matrix block passed into a JacobianFactor has a different dimensionality than the factor.
1.8.13