MC++
|
#include <polymodel.hpp>
Public Types | |
enum | TYPE { SIZE =1, MAXSIZE, UNDEF =-33 } |
Enumeration type for TModel exception handling. More... | |
Public Member Functions | |
Exceptions (TYPE ierr) | |
Constructor for error ierr | |
int | ierr () |
Error flag. | |
std::string | what () |
Error description. | |
Enumerator | |
---|---|
SIZE |
Number of variable in polynomial model must be nonzero. |
MAXSIZE |
Maximum size of polynomial model reached (monomials indexed as unsigned int) |
UNDEF |
Feature not yet implemented in mc::PolyModel. |