mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
|
This exception may be thrown when solving the generalized eigenvalue problem with the M and N matrices. More...
#include <rheiv.h>
Public Member Functions | |
virtual const char * | what () const override throw () |
Returns the error message, describing what caused the exception. More... | |
This exception may be thrown when solving the generalized eigenvalue problem with the M and N matrices.
You should catch this exception in your code and act accordingly if it appears (e.g. ask for the last valid parameter estimate).
|
inlineoverridevirtual |
Returns the error message, describing what caused the exception.