IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Derivative4Point(DlgFunctionValue f, double x, double h) | IG::Num::Numeric | [inline, static] |
DerivativeBD(DlgFunctionValue f, double x, double step) | IG::Num::Numeric | [inline, static] |
DerivativeCD(DlgFunctionValue f, double x, double step) | IG::Num::Numeric | [inline, static] |
DerivativeFD(DlgFunctionValue f, double x, double step) | IG::Num::Numeric | [inline, static] |
FifthDerivative7Point(DlgFunctionValue f, double x, double h) | IG::Num::Numeric | [inline, static] |
FifthDerivative9Point(DlgFunctionValue f, double x, double h) | IG::Num::Numeric | [inline, static] |
FourthDerivative5Point(DlgFunctionValue f, double x, double h) | IG::Num::Numeric | [inline, static] |
FourthDerivative7Point(DlgFunctionValue f, double x, double h) | IG::Num::Numeric | [inline, static] |
IntegralSimpson(DlgFunctionValue f, double from, double to, int numintervals) | IG::Num::Numeric | [inline, static] |
IntegralSimpson(double[] tabx, double[] tabf) | IG::Num::Numeric | [inline, static] |
IntegralSimpsonTab(DlgFunctionValue f, double from, double to, int numintervals) | IG::Num::Numeric | [inline, private, static] |
IntegralTrapezoidal(DlgFunctionValue f, double from, double to, int numintervals) | IG::Num::Numeric | [inline, static] |
IntegralTrapezoidal(double[] tabx, double[] tabf) | IG::Num::Numeric | [inline, static] |
IntegralTrapeZoidalTab(DlgFunctionValue f, double from, double to, int numintervals) | IG::Num::Numeric | [inline, private, static] |
SecondDerivative5Point(DlgFunctionValue f, double x, double h) | IG::Num::Numeric | [inline, static] |
SecondDerivativeCD(DlgFunctionValue f, double x, double step) | IG::Num::Numeric | [inline, static] |
TestDifferentiation() | IG::Num::Numeric | [inline, static] |
TestIntegration() | IG::Num::Numeric | [inline, static] |
ThirdDerivative4Point(DlgFunctionValue f, double x, double h) | IG::Num::Numeric | [inline, static] |
ThirdDerivative6Point(DlgFunctionValue f, double x, double h) | IG::Num::Numeric | [inline, static] |