MC++
|
#include <specbnd.hpp>
Public Types | |
enum | TYPE { SPECTR =1, HESSBND, SIZE =-1, UNDEF =-33 } |
Enumeration type for Specbnd exception handling. More... | |
Public Member Functions | |
Exceptions (TYPE ierr) | |
Constructor for error ierr | |
int | ierr () |
Inline function returning the error flag. | |
std::string | what () |
Error description. | |
enum mc::Specbnd::Exceptions::TYPE |
Enumerator | |
---|---|
SPECTR |
Failed to compute spectrum in Specbnd::spectrum. |
HESSBND |
Failed to compute spectral bound in Specbnd::spectral_bound. |
SIZE |
Operation between variables with different numbers of dependents. |
UNDEF |
Feature not yet implemented in mc::Specbnd. |