|
delegate RealFunction | IG.Num.DlgFunctionTransformation (RealFunction f) |
| Operators on univariate real functions, transforms a function to obtain another one. More...
|
|
delegate double | IG.Num.DlgFunctionValue (double x) |
| Represents real function of real variable. More...
|
|
delegate double | IG.Num.DlgFunctionHigherDerivative (double x, int order) |
| Represents derivative of real function of real variable of arbitrary order. More...
|
|
delegate double | IG.Num.DlgFunctionParametric (double x, Vector p) |
| Reprents parametric family of real functions of real variable. More...
|
|
delegate double | IG.Num.DlgFunctionParametricHigherDerivative (double x, Vector p, int order) |
| Arbitrary order derivative of parametric family of real functions with respect to function argument. More...
|
|