IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Num::Func::Cubic Member List

This is the complete list of members for IG::Num::Func::Cubic, including all inherited members.
_a0IG::Num::Func::Cubic [protected]
_a1IG::Num::Func::Cubic [private]
_a2IG::Num::Func::Cubic [private]
_a3IG::Num::Func::Cubic [private]
_derivativeDefinedIG::Num::RealFunction [protected]
_highestDerivativeDefinedIG::Num::RealFunction [protected]
_integralDefinedIG::Num::RealFunction [protected]
_inverseDefinedIG::Num::RealFunction [protected]
_mainLockIG::Num::Func::Cubic [private]
_refinvIG::Num::Func::Cubic [private]
_refquadIG::Num::Func::Cubic [private]
_secondDerivativeDefinedIG::Num::RealFunction [protected]
_valueDefinedIG::Num::RealFunction [protected]
a0IG::Num::Func::Cubic
a1IG::Num::Func::Cubic
a2IG::Num::Func::Cubic
a3IG::Num::Func::Cubic
Clone()IG::Num::RealFunction [inline]
CloneFunction()IG::Num::RealFunction [inline]
Cubic(double a3, double a2, double a1, double a0)IG::Num::Func::Cubic [inline]
Derivative(double x)IG::Num::RealFunction [inline]
Derivative(double x, int order)IG::Num::RealFunction [inline]
DerivativeDefinedIG::Num::Func::Cubic
DerivativeDlgIG::Num::RealFunction [protected]
DerivativeFunctionIG::Num::RealFunction
DerivativeFunctionDlgIG::Num::RealFunction [protected]
DescriptionIG::Num::RealFunction
DoTransformIG::Num::RealFunction [protected]
ExampleTests()IG::Num::RealFunctionBase [inline, static]
Extremes(ref double x1, ref double y1, ref double d1, ref double x2, ref double y2, ref double d2)IG::Num::Func::Cubic [inline, private]
HasMaximumIG::Num::Func::Cubic
HasMinimumIG::Num::Func::Cubic
HasZeroIG::Num::Func::Cubic
HigherDerivativeDefined(int order)IG::Num::Func::Cubic [inline]
HigherDerivativeDlgIG::Num::RealFunction [protected]
Integral(double x)IG::Num::RealFunction [inline]
IntegralDefinedIG::Num::Func::Cubic
IntegralDlgIG::Num::RealFunction [protected]
IntegralFunctionIG::Num::RealFunction
Inverse(double y)IG::Num::RealFunction [inline]
InverseDefinedIG::Num::Func::Cubic
InverseDlgIG::Num::RealFunction [protected]
InverseFunctionIG::Num::RealFunction
InverseTransformedArgument(double x)IG::Num::RealFunction [inline]
LockIG::Num::Func::Cubic
MaximumIG::Num::Func::Cubic
MinimumIG::Num::Func::Cubic
NameIG::Num::RealFunction
NumericalDerivative(double x, double stepsize)IG::Num::RealFunctionBase [inline, virtual]
NumericalIntegral(double from, double to, int numintervals)IG::Num::RealFunctionBase [inline, virtual]
NumericalSecondDerivative(double x, double stepsize)IG::Num::RealFunctionBase [inline, virtual]
NumZerosIG::Num::Func::Cubic
RealFunction()IG::Num::RealFunction [inline, protected]
RealFunction(DlgFunctionValue valueDelegate)IG::Num::RealFunction [inline]
RealFunction(DlgFunctionValue valueDelegate, DlgFunctionValue derivativeDelegate)IG::Num::RealFunction [inline]
RealFunction(DlgFunctionValue valueDelegate, DlgFunctionValue derivativeDelegate, DlgFunctionValue secondDerivativeDelegate)IG::Num::RealFunction [inline]
RealFunction(DlgFunctionValue valueDelegate, DlgFunctionValue derivativeDelegate, DlgFunctionValue secondDerivativeDelegate, DlgFunctionValue integralDelegate)IG::Num::RealFunction [inline]
RealFunction(DlgFunctionValue valueDelegate, DlgFunctionValue derivativeDelegate, DlgFunctionValue secondDerivativeDelegate, DlgFunctionValue integralDelegate, DlgFunctionValue inverseDelegate)IG::Num::RealFunction [inline]
RealFunction(DlgFunctionValue valueDelegate, DlgFunctionValue derivativeDelegate, DlgFunctionValue secondDerivativeDelegate, DlgFunctionHigherDerivative higherDerivativeDelegate, DlgFunctionValue integralDelegate, DlgFunctionValue inverseDelegate)IG::Num::RealFunction [inline]
RefDerivative(double x)IG::Num::Func::Cubic [inline, protected, virtual]
RefDerivative(double x, int order)IG::Num::Func::Cubic [inline, protected, virtual]
RefIntegral(double x)IG::Num::Func::Cubic [inline, protected, virtual]
RefInvIG::Num::Func::Cubic [protected]
RefInverse(double y)IG::Num::Func::Cubic [inline, protected, virtual]
RefQuadIG::Num::Func::Cubic [protected]
RefSecondDerivative(double x)IG::Num::Func::Cubic [inline, protected, virtual]
RefValue(double x)IG::Num::Func::Cubic [inline, protected, virtual]
ScaleXIG::Num::RealFunction
ScaleYIG::Num::RealFunction
SecondDerivative(double x)IG::Num::RealFunction [inline]
SecondDerivativeDefinedIG::Num::Func::Cubic
SecondDerivativeDlgIG::Num::RealFunction [protected]
SetCoefficients(double a3, double a2, double a1, double a0)IG::Num::Func::Cubic [inline]
setHighestDerivativeDefined(int order)IG::Num::Func::Cubic [inline, protected, virtual]
SetInterpolation(double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4)IG::Num::Func::Cubic [inline]
SetInterpolation(double x1, double y1, double d1, double x2, double y2, double d2)IG::Num::Func::Cubic [inline]
SetTransformationParameters(double kx, double sx, double ky, double sy)IG::Num::RealFunction [inline, virtual]
SetXTransformationParameters(double kx, double sx)IG::Num::RealFunction [inline, virtual]
ShiftXIG::Num::RealFunction
ShiftYIG::Num::RealFunction
Tabulate(double from, double to, int numPoints)IG::Num::RealFunctionBase [inline]
Tabulate(double from, double to, int numPoints, bool printDerivatives)IG::Num::RealFunctionBase [inline]
Tabulate(double from, double to, int numPoints, bool printDerivatives, bool printSecondDerivatives)IG::Num::RealFunctionBase [inline]
Test()IG::Num::RealFunctionBase [inline, virtual]
Test(double from, double to, int numProbes, double stepSize, double tolerance)IG::Num::RealFunctionBase [inline, virtual]
TestSpeed()IG::Num::RealFunction [inline, static]
TestSpeed(long numiterations)IG::Num::RealFunction [inline, static]
ToString()IG::Num::RealFunctionBase [inline]
TransformedArgument(double t)IG::Num::RealFunction [inline]
TransformXIG::Num::RealFunction [protected]
TransformYIG::Num::RealFunction [protected]
Value(double x)IG::Num::RealFunction [inline]
ValueDefinedIG::Num::Func::Cubic
ValueDlgIG::Num::RealFunction [protected]
ZeroIG::Num::Func::Cubic
Zero1IG::Num::Func::Cubic
Zero2IG::Num::Func::Cubic
Zero3IG::Num::Func::Cubic
Zeros(out double x1, out double x2, out double x3)IG::Num::Func::Cubic [inline]
 All Classes Namespaces Files Functions Variables Enumerations Properties Events