GlobiPack Package Browser (Single Doxygen Collection)  Version of the Day
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NGlobiPack
 NExceptions
 CNotDescentDirectionThrown if search direction not a descent direction for the merit function
 CArmijoPolyInterpLineSearchLinesearch subclass implementing a backtracking-only line search using an Armijo cord test condition and a quadratic interploation
 CBrents1DMinimizationSimple concrete class that implements a 1D algorithm to mimimize a 1D function
 CBrentsLineSearchLinesearch subclass implementing a function-value-only approximate minimization algorithm using bracketing and then Brent's 1D minimization method
 CGoldenQuadInterpBracketSimple concrete class that implements a 1D algorithm to bracket the minimum of a 1D merit function
 CLineSearchBaseBase class for 1D linearsearch algorithms
 CMeritFunc1DBaseBase class for 1D merit fucntions used in globalization methods
 CPointEval1DRepresents the evaluation point of the merit function phi(alpha) and/or is derivative Dphi(alpha)
 CTestLagrPolyMeritFunc1DLagrange Polynomial Merit Function used in testing