GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Public Member Functions | Protected Types | Protected Attributes | List of all members
gtsam::IndeterminantLinearSystemException Class Reference

#include <linearExceptions.h>

Inheritance diagram for gtsam::IndeterminantLinearSystemException:
Inheritance graph
[legend]
Collaboration diagram for gtsam::IndeterminantLinearSystemException:
Collaboration graph
[legend]

Public Member Functions

 IndeterminantLinearSystemException (Key j) noexcept
 
Key nearbyVariable () const
 
const char * what () const noexcept override
 

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.
 

Detailed Description

Thrown when a linear system is ill-posed. The most common cause for this error is having underconstrained variables. Mathematically, the system is either underdetermined, or its quadratic error function is concave in some directions.

Examples of situations causing this error are:

Mathematically, the following conditions cause this problem:

Resolving this problem:


The documentation for this class was generated from the following file: