FKrwPiri Class Reference
#include <krpiri1.h>
List of all members.
Detailed Description
Definition at line 4 of file krpiri1.h.
Constructor & Destructor Documentation
FKrwPiri::FKrwPiri |
( |
|
) |
[inline] |
virtual FKrwPiri::~FKrwPiri |
( |
|
) |
[inline, virtual] |
Member Function Documentation
virtual double FKrwPiri::operator() |
( |
double |
x, |
|
|
unsigned |
cmp = 0 | |
|
) |
| | const [inline, virtual] |
Implements Function1D.
Definition at line 7 of file krpiri1.h.
00008 {
00009 double x_2=x*x;
00010 double x_4=x_2*x_2;
00011 double x_6=x_2*x_4;
00012 return (1.056579661240908*(-0.17420798*x_6+0.25217257*x_4-0.019746546*x_2-0.0063170828))/(1.0030111*x_6-7.6192155*x_4+10.027664*x_2-4.3566221*x+1);
00013 }
The documentation for this class was generated from the following file: