GiNaC 1.8.7
Public Member Functions | Private Attributes | List of all members
GiNaC::pole_error Class Reference

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

#include <numeric.h>

Inheritance diagram for GiNaC::pole_error:

Public Member Functions

 pole_error (const std::string &what_arg, int degree)
 ctor for pole_error exception class. More...
 
int degree () const
 Return the degree of the pole_error exception class. More...
 

Private Attributes

int deg
 

Detailed Description

Exception class thrown when a singularity is encountered.

Definition at line 70 of file numeric.h.

Constructor & Destructor Documentation

◆ pole_error()

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

◆ degree()

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

◆ deg

int GiNaC::pole_error::deg
private

Definition at line 75 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.