#include <diffI.h>

Public Member Functions | |
| diffI (void) | |
| diffI (double a) | |
| diffI (double a, double b) | |
| diffI (int n) | |
| diffI (double a, int n) | |
| diffI (double a, double b, int n) | |
| diffI (const I &a, int n) | |
| diffI (const diffI &a) | |
| virtual | ~diffI () |
| diffI & | operator= (const diffI &a) |
| I & | operator[] (int pos) const |
| void | setDeg (int n) |
Static Public Member Functions | |
| static diffI | getVar (const double &x) |
| static diffI | getVar (const double &x, const double &y) |
| static diffI | getVar (const double &x, int n) |
| static diffI | getVar (const double &x, const double &y, int n) |
| static diffI | getVar (const I &x, int n) |
Public Attributes | |
| int | MAXDEG |
Definition at line 19 of file diffI.h.
| diffI diffI::getVar | ( | const double & | x, | |
| const double & | y, | |||
| int | n | |||
| ) | [inline, static] |
| diffI diffI::getVar | ( | const double & | x, | |
| int | n | |||
| ) | [inline, static] |
| diffI diffI::getVar | ( | const double & | x, | |
| const double & | y | |||
| ) | [inline, static] |
| int diffI::MAXDEG |
1.5.8