FKrcPiri Class Reference
#include <krpiri1.h>
List of all members.
Detailed Description
Definition at line 41 of file krpiri1.h.
Constructor & Destructor Documentation
FKrcPiri::FKrcPiri |
( |
|
) |
[inline] |
virtual FKrcPiri::~FKrcPiri |
( |
|
) |
[inline, virtual] |
Member Function Documentation
virtual double FKrcPiri::operator() |
( |
double |
x, |
|
|
unsigned |
cmp = 0 | |
|
) |
| | const [inline, virtual] |
Implements Function1D.
Definition at line 44 of file krpiri1.h.
00045 {
00046 if (x <= SRW)
00047 x=SRW;
00048 double x_2=x*x;
00049 double x_4=x_2*x_2;
00050 double x_6=x_2*x_4;
00051 double x_8=x_2*x_6;
00052 double x_10=x_8*x_2;
00053 return -1.7212298*x_10+3.9501271*x_8-3.5647535*x_6+2.2058758*x_4-1.3020969*x_2+0.4320773;
00054 }
The documentation for this class was generated from the following file: