IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
This is the complete list of members for IG.Num.Numeric, including all inherited members.
Derivative4Point(DlgFunctionValue f, double x, double h) | IG.Num.Numeric | inlinestatic |
DerivativeBD(DlgFunctionValue f, double x, double step) | IG.Num.Numeric | inlinestatic |
DerivativeCD(DlgFunctionValue f, double x, double step) | IG.Num.Numeric | inlinestatic |
DerivativeFD(DlgFunctionValue f, double x, double step) | IG.Num.Numeric | inlinestatic |
FifthDerivative7Point(DlgFunctionValue f, double x, double h) | IG.Num.Numeric | inlinestatic |
FifthDerivative9Point(DlgFunctionValue f, double x, double h) | IG.Num.Numeric | inlinestatic |
FourthDerivative5Point(DlgFunctionValue f, double x, double h) | IG.Num.Numeric | inlinestatic |
FourthDerivative7Point(DlgFunctionValue f, double x, double h) | IG.Num.Numeric | inlinestatic |
IntegralSimpson(DlgFunctionValue f, double from, double to, int numintervals) | IG.Num.Numeric | inlinestatic |
IntegralSimpson(double[] tabx, double[] tabf) | IG.Num.Numeric | inlinestatic |
IntegralSimpsonTab(DlgFunctionValue f, double from, double to, int numintervals) | IG.Num.Numeric | inlineprivatestatic |
IntegralTrapezoidal(DlgFunctionValue f, double from, double to, int numintervals) | IG.Num.Numeric | inlinestatic |
IntegralTrapezoidal(double[] tabx, double[] tabf) | IG.Num.Numeric | inlinestatic |
IntegralTrapeZoidalTab(DlgFunctionValue f, double from, double to, int numintervals) | IG.Num.Numeric | inlineprivatestatic |
SecondDerivative5Point(DlgFunctionValue f, double x, double h) | IG.Num.Numeric | inlinestatic |
SecondDerivativeCD(DlgFunctionValue f, double x, double step) | IG.Num.Numeric | inlinestatic |
TestDifferentiation() | IG.Num.Numeric | inlinestatic |
TestIntegration() | IG.Num.Numeric | inlinestatic |
ThirdDerivative4Point(DlgFunctionValue f, double x, double h) | IG.Num.Numeric | inlinestatic |
ThirdDerivative6Point(DlgFunctionValue f, double x, double h) | IG.Num.Numeric | inlinestatic |