IGLib  1.5
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
IG.Num.ScalarFunctionExamples.ParaboloidSymmetric2D Member List

This is the complete list of members for IG.Num.ScalarFunctionExamples.ParaboloidSymmetric2D, including all inherited members.

_descriptionIG.Num.ScalarFunctionUntransformedBaseprotected
_nameIG.Num.ScalarFunctionUntransformedBaseprotected
_refGradIG.Num.ScalarFunctionBaseprotected
_refHessIG.Num.ScalarFunctionBaseprotected
_refParamIG.Num.ScalarFunctionBaseprotected
DescriptionIG.Num.ScalarFunctionExamples.ParaboloidSymmetric2D
Evaluate(IScalarFunctionResults data)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
Gradient(IVector parameters, ref IVector gradient)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
GradientDefinedIG.Num.ScalarFunctionExamples.ParaboloidSymmetric2D
GradientPlain(IVector x, IVector gradient)IG.Num.ScalarFunctionBaseinlinevirtual
Hessian(IVector parameters, ref IMatrix hessian)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
HessianDefinedIG.Num.ScalarFunctionExamples.ParaboloidSymmetric2D
HessianPlain(IVector x, IMatrix hessian)IG.Num.ScalarFunctionBaseinlinevirtual
NameIG.Num.ScalarFunctionExamples.ParaboloidSymmetric2D
NumericalGradientCentral(IVector x, IVector stepSizes, ref IVector gradient)IG.Num.ScalarFunctionUntransformedBaseinline
NumericalGradientCentral(IVector x, double stepSize, ref IVector gradient)IG.Num.ScalarFunctionUntransformedBaseinline
NumericalGradientCentralPlain(IVector x, IVector stepSizes, IVector gradient)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
NumericalGradientForward(IVector x, IVector stepSizes, ref IVector gradient)IG.Num.ScalarFunctionUntransformedBaseinline
NumericalGradientForward(IVector x, double stepSize, ref IVector gradient)IG.Num.ScalarFunctionUntransformedBaseinline
NumericalGradientForwardPlain(IVector x, IVector stepSizes, IVector gradient)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
NumericalHessianCentral(IVector x, IVector stepSizes, ref IVector aux1, ref IVector aux2, ref IMatrix hessian)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
NumericalHessianCentral(IVector x, double stepSize, ref IVector aux1, ref IVector aux2, ref IMatrix hessian)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
NumericalHessianCentral(IVector x, IVector stepSizes, ref IVector aux1, ref IVector aux2, ref IMatrix hessian, bool useAnalyticalGradient)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
NumericalHessianCentral(IVector x, double stepSize, ref IVector aux1, ref IVector aux2, ref IMatrix hessian, bool useAnalyticalGradient)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
NumericalHessianCentralPlain(IVector x, IVector stepSizes, IVector aux1, IVector aux2, IMatrix hessian)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
NumericalHessianCentralPlain(IVector x, IVector stepSizes, IVector aux1, IVector aux2, IMatrix hessian, bool useAnalyticalGradient)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
NumericalHessianForward(IVector x, IVector stepSizes, ref IVector aux, ref IMatrix hessian)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
NumericalHessianForward(IVector x, double stepSize, ref IVector aux, ref IMatrix hessian)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
NumericalHessianForwardPlain(IVector x, IVector stepSizes, IVector aux, IMatrix hessian)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
ParaboloidSymmetric2D()IG.Num.ScalarFunctionExamples.ParaboloidSymmetric2Dinline
ParaboloidSymmetric2D(double r0Square)IG.Num.ScalarFunctionExamples.ParaboloidSymmetric2Dinline
R0SquareIG.Num.ScalarFunctionExamples.ParaboloidSymmetric2Dprotected
ReferenceGradientPlain(IVector parameters, IVector gradient)IG.Num.ScalarFunctionExamples.ParaboloidSymmetric2Dinlinevirtual
ReferenceHessianPlain(IVector parameters, IMatrix hessian)IG.Num.ScalarFunctionExamples.ParaboloidSymmetric2Dinlinevirtual
ReferenceValue(IVector parameters)IG.Num.ScalarFunctionExamples.ParaboloidSymmetric2Dinlinevirtual
ScalarFunctionBase()IG.Num.ScalarFunctionBaseinlineprotected
ScalarFunctionBase(IAffineTransformation transf)IG.Num.ScalarFunctionBaseinline
Test(IVector from, IVector to, int numProbes, IVector stepSizes, double tolerance, bool testDerivatives, bool testSecondDerivatives, bool printDifferences, bool printResults)IG.Num.ScalarFunctionUntransformedBaseinline
Test(IVector from, IVector to, int numProbes, IVector stepSizes, double tolerance)IG.Num.ScalarFunctionUntransformedBaseinline
Test(IVector from, IVector to, int numProbes, double stepSize, double tolerance, bool testDerivatives, bool testSecondDerivatives, bool printDifferences, bool printResults)IG.Num.ScalarFunctionUntransformedBaseinline
Test(IVector from, IVector to, int numProbes, double stepSize, double tolerance)IG.Num.ScalarFunctionUntransformedBaseinline
TestGradient(IVector parameters, IVector stepSizes, int stepReductionFactor, int numStepReductions, bool checkNumerical, bool writeErrorComponents, bool writeGradientComponents)IG.Num.ScalarFunctionUntransformedBaseinline
TestGradient(IVector parameters, IVector stepSizes, int stepReductionFactor, int numStepReductions, bool checkNumerical, bool writeErrorComponents, bool writeGradientComponents, bool useCentralDifference)IG.Num.ScalarFunctionUntransformedBaseinline
TestHessian(IVector parameters, IVector stepSizes, int stepReductionFactor, int numStepReductions, bool checkNumerical, bool writeErrorComponents, bool writeHessianComponents)IG.Num.ScalarFunctionUntransformedBaseinline
TestHessian(IVector parameters, IVector stepSizes, int stepReductionFactor, int numStepReductions, bool checkNumerical, bool writeErrorComponents, bool writeHessianComponents, bool useCentralDifference)IG.Num.ScalarFunctionUntransformedBaseinline
TestSpeed(IVector parameters, int numEvaluations, bool randomPerturbations, double relativePerturbationSize, bool calcValue, bool calcGradient, bool calcHessian, bool writeLastResult)IG.Num.ScalarFunctionUntransformedBaseinline
TransformationIG.Num.ScalarFunctionBase
Value(IVector x)IG.Num.ScalarFunctionBaseinlinevirtual
ValueDefinedIG.Num.ScalarFunctionExamples.ParaboloidSymmetric2D