IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraint Member List

This is the complete list of members for IG.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraint, including all inherited members.

_descriptionIG.Num.ScalarFunctionUntransformedBaseprotected
_nameIG.Num.ScalarFunctionUntransformedBaseprotected
_particleIndexIG.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraintprotected
_problemDefinitionIG.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraintprotected
_refGradIG.Num.ScalarFunctionBaseprotected
_refHessIG.Num.ScalarFunctionBaseprotected
_refParamIG.Num.ScalarFunctionBaseprotected
ConstraintFunctionParticleConstraint()IG.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraintinlineprivate
ConstraintFunctionParticleConstraint(ParticlePotentialProblem underlyingProblem, int whichParticle)IG.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraintinline
ConstraintFunctionParticleConstraint(IAffineTransformation transf, ParticlePotentialProblem underlyingProblem, int whichParticle)IG.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraintinline
DescriptionIG.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraint
Evaluate(IScalarFunctionResults data)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
Gradient(IVector parameters, ref IVector gradient)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
GradientDefinedIG.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraint
GradientPlain(IVector x, IVector gradient)IG.Num.ScalarFunctionBaseinlinevirtual
Hessian(IVector parameters, ref IMatrix hessian)IG.Num.ScalarFunctionUntransformedBaseinlinevirtual
HessianDefinedIG.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraint
HessianPlain(IVector x, IMatrix hessian)IG.Num.ScalarFunctionBaseinlinevirtual
NameIG.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraint
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
ParticleIndexIG.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraint
ProblemDefinitionIG.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraint
ReferenceGradientPlain(IVector parameters, IVector gradient)IG.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraintinlinevirtual
ReferenceHessianPlain(IVector parameters, IMatrix hessian)IG.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraintinlinevirtual
ReferenceValue(IVector parameters)IG.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraintinlinevirtual
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.Lib.opt.opttest.ParticlePotentialProblem.ConstraintFunctionParticleConstraint