|
GiNaC
1.6.2
|
Exception class thrown when a singularity is encountered. More...
#include <numeric.h>
Public Member Functions | |
| pole_error (const std::string &what_arg, int degree) | |
| ctor for pole_error exception class. | |
| int | degree () const |
| Return the degree of the pole_error exception class. | |
Private Attributes | |
| int | deg |
| GiNaC::pole_error::pole_error | ( | const std::string & | what_arg, |
| int | degree | ||
| ) | [explicit] |
ctor for pole_error exception class.
| int GiNaC::pole_error::degree | ( | ) | const |
Return the degree of the pole_error exception class.
Definition at line 42 of file utils.cpp.
References deg.
int GiNaC::pole_error::deg [private] |