|
| TPolinom (int npw=-1, const double *coefs=0) |
|
| TPolinom (const TPolinom &from) |
|
| TPolinom (double c0) |
|
| TPolinom (double c0, double c1) |
|
| TPolinom (double c0, double c1, double c2) |
|
TPolinom & | operator= (const TPolinom &from) |
|
void | Backward () |
|
virtual void | Print (const char *chopt="") const |
|
virtual void | Clear (const char *opt="") |
|
double | Eval (double x) const |
|
double | operator() (double x) const |
|
double | Evrr (double x) const |
|
double | Deriv (double x) const |
|
void | Move (double x) |
|
const double * | Coe () const |
|
const double * | Emx () const |
|
double | GetEmx (int i, int j) const |
|
void | SetCoefs (int npw=0, const double *coefs=0) |
|
void | SetCoeff (int idx, double val) |
|
|
static double | Eval (double x, int n, double *coe) |
|
|
int | fNP |
|
double * | fCoe |
|
double * | fEmx |
|
double | f2Coe [3] |
|
Definition at line 7 of file TPolinom.h.
The documentation for this class was generated from the following files: