mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
|
This exception is thrown when taking the inverse of a matrix fails. More...
#include <jlkf.h>
Public Member Functions | |
const char * | what () const throw () |
Returns the error message, describing what caused the exception. More... | |
This exception is thrown when taking the inverse of a matrix fails.
You should catch this exception in your code and act accordingly if it appears (e.g. reset the state and covariance or modify the measurement/process noise parameters).
|
inline |
Returns the error message, describing what caused the exception.