All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
\NroboptimMeta-functions, functions and solvers related classes
 oNdetail
 |oCltvector
 |oCadd_shared_ptrTransform a types list into a types list of shared pointers
 |\CprintConstraint
 oNfg
 oNfiniteDifferenceGradientPoliciesContains finite difference gradients policies
 |oCSimpleFast finite difference gradient computation
 |\CFivePointsRulePrecise finite difference gradient computation
 oNvisualizationGraphic visualization
 |oNgnuplotGnuplot rendering
 ||\CCommandGnuplot command
 |\CGnuplotGnuplot script
 oCConstantFunctionConstant function
 oCDerivableParametrizedFunctionParametrized function with parameter derivative available
 oCderivativeSize< Function >
 oCderivativeSize< DifferentiableFunction >
 oCderivativeSize< TwiceDifferentiableFunction >
 oCderivativeSize< NTimesDerivableFunction< N > >
 oCGenericDifferentiableFunctionDefine an abstract derivable function ( $C^1$)
 oCCachedFunctionStore previous function computation
 oCSplit
 oCBadGradientException thrown when a gradient check fail
 oCGenericFiniteDifferenceGradientCompute automatically a gradient with finite differences
 oCGenericFunctionTraitsGenericFunction traits
 oCGenericFunctionDefine an abstract mathematical function ( $C^0$)
 oCGenericFunctionTraits< EigenMatrixDense >Trait specializing GenericFunction for Eigen dense matrices
 oCGenericFunctionTraits< EigenMatrixSparse >Trait specializing GenericFunction for Eigen sparse matrices
 oCNoSolutionTag a result if no solution has been found
 oCEigenMatrixDenseTag type for functions using Eigen dense matrices
 oCEigenMatrixSparseTag type for functions using Eigen sparse matrices
 oCGenericNumericLinearFunctionBuild a linear function from a vector and a matrix
 oCGenericTwiceDifferentiableFunctionDefine an abstract function which is derivable twice ( $C^2$)
 oCGenericLinearFunctionDefine an abstract linear function
 oCGenericQuadraticFunctionDefine an abstract quadratic function
 oCProblem
 oCSolverSolver for a specific problem class
 oCSolverFactoryDefine a solver factory that instanciate the plug-ins
 oCNTimesDerivableFunctionDefine a $\mathbb{R} \rightarrow \mathbb{R}^m$ function, derivable n times ( $n \geq 2$)
 oCderivativeSize
 oCGenericSolverAbstract interface satisfied by all solvers
 oCIdentityFunctionIdentity function
 oCNTimesDerivableFunction< 2 >Explicit specialization for the stop case of NTimesDerivable class
 oCNumericQuadraticFunctionBuild a quadratic function from a matrix and a vector
 oCParametrizedFunctionDefine an abstract parametrized mathematical function ( $C^0$)
 oCDummySolverLastStateDummy solver which always fails, but returns the last state of the solver
 oCDummySolverDummy solver which always fails
 oCProblem< F, boost::mpl::vector<> >
 oCResultWithWarningsRepresents the solution of an optimization problem when errors occurred during the solving process
 oCResultRepresents the solution of an optimization problem
 oCSolverErrorBase exception class for solving errors
 oCSolverWarningException used for non-critical errors during optimization
 oCParameterParameters type
 \CSumOfC1SquaresSum of the squares of differentiable functions