|
IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Inheritance diagram for IG::Script::ScritpRealFunctionExample::Container::Function:
Collaboration diagram for IG::Script::ScritpRealFunctionExample::Container::Function:Public Member Functions | |
| Function () | |
| Function (double Kx, double Sx) | |
| Function (double Kx, double Sx, double Ky, double Sy) | |
Protected Member Functions | |
| override void | InitDynamic () |
| Initialization of variables that are used by dynamic loading mechanisim. | |
| override double | RefValue (double arg) |
| Returns the value of reference (untransformed) function. | |
| override double | RefDerivative (double arg) |
| Returns the first derivative of reference (untransformed) function. | |
| override double | RefSecondDerivative (double arg) |
| Returns the second derivative of the given order of reference (untransformed) function. | |
| IG::Script::ScritpRealFunctionExample::Container::Function::Function | ( | ) | [inline] |
| IG::Script::ScritpRealFunctionExample::Container::Function::Function | ( | double | Kx, |
| double | Sx | ||
| ) | [inline] |
| IG::Script::ScritpRealFunctionExample::Container::Function::Function | ( | double | Kx, |
| double | Sx, | ||
| double | Ky, | ||
| double | Sy | ||
| ) | [inline] |
| override void IG::Script::ScritpRealFunctionExample::Container::Function::InitDynamic | ( | ) | [inline, protected, virtual] |
Initialization of variables that are used by dynamic loading mechanisim.
Reimplemented from IG::Lib::LoadableRealFunctionBase.
| override double IG::Script::ScritpRealFunctionExample::Container::Function::RefValue | ( | double | x | ) | [inline, protected, virtual] |
Returns the value of reference (untransformed) function.
Reimplemented from IG::Num::RealFunction.
| override double IG::Script::ScritpRealFunctionExample::Container::Function::RefDerivative | ( | double | x | ) | [inline, protected, virtual] |
Returns the first derivative of reference (untransformed) function.
Reimplemented from IG::Num::RealFunction.
| override double IG::Script::ScritpRealFunctionExample::Container::Function::RefSecondDerivative | ( | double | x | ) | [inline, protected, virtual] |
Returns the second derivative of the given order of reference (untransformed) function.
Reimplemented from IG::Num::RealFunction.