GiNaC  1.6.2
Public Member Functions | Private Attributes
GiNaC::pole_error Class Reference

Exception class thrown when a singularity is encountered. More...

#include <numeric.h>

List of all members.

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

Detailed Description

Exception class thrown when a singularity is encountered.

Definition at line 76 of file numeric.h.


Constructor & Destructor Documentation

GiNaC::pole_error::pole_error ( const std::string &  what_arg,
int  degree 
) [explicit]

ctor for pole_error exception class.

Definition at line 38 of file utils.cpp.


Member Function Documentation

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.


Member Data Documentation

int GiNaC::pole_error::deg [private]

Definition at line 81 of file numeric.h.

Referenced by degree().


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

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.