MC++
mc::Ellipsoid::Exceptions Class Reference

Ellipsoid exceptions.

#include <ellipsoid.hpp>

Public Types

enum  TYPE { NONPSD =1, LAPACK, ROOT }
 Enumeration type for Interval exception handling. More...
 

Public Member Functions

 Exceptions (TYPE ierr)
 Constructor for error ierr
 
int ierr ()
 Return error flag.
 
std::string what ()
 Return error description.
 

Member Enumeration Documentation

Enumerator
NONPSD 

Non positive-semi definite shape matrix.

LAPACK 

Linear algebra routine in LAPACK failed.

ROOT 

Root-finding routine failed.


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