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]
\NroboptimDefined(EIGEN_RUNTIME_NO_MALLOC) && !defined(ROBOPTIM_DO_NOT_CHECK_ALLOCATION)
 oNcallback
 oNdetail
 oNfg
 oNfiniteDifferenceGradientPoliciesContains finite difference gradients policies
 oNvisualizationGraphical visualization
 oCLRUCacheLRU (Least Recently Used) cache
 oCHasherHash generator for argument vector
 oCCachedFunctionStore previous function computation
 oCBadGradientException thrown when a gradient check fails
 oCBadJacobianException thrown when a Jacobian check fails
 oCGenericFiniteDifferenceGradientCompute automatically a gradient with finite differences
 oCDerivableParametrizedFunctionParametrized function with parameter derivative available
 oCderivativeSize< GenericFunction< T > >
 oCderivativeSize< GenericDifferentiableFunction< T > >
 oCderivativeSize< GenericTwiceDifferentiableFunction< T > >
 oCderivativeSize< NTimesDerivableFunction< N > >
 oCGenericDifferentiableFunctionDefine an abstract derivable function ( \(C^1\))
 oCGenericConstantFunctionConstant function
 oCCosCos function
 oCGenericIdentityFunctionIdentity function
 oCPolynomialPolynomial function
 oCSinSin function
 oCFunctionPoolA pool of functions that will be processed together
 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
 oCMinusSubtract two RobOptim functions
 oCPlusSum two RobOptim functions
 oCProductProduct of two RobOptim functions
 oCScalarMultiply by a constant scalar value
 oCGenericNumericLinearFunctionBuild a linear function from a vector and a matrix
 oCGenericNumericQuadraticFunctionBuild a quadratic function from a matrix and a vector
 oCGenericTwiceDifferentiableFunctionDefine an abstract function which is twice-derivable ( \(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
 oCOptimizationLoggerLog the optimization process (values, Jacobians, time taken etc.)
 oCGenericSolverAbstract interface satisfied by all solvers
 oCNTimesDerivableFunction< 2 >Explicit specialization for the stop case of NTimesDerivable class
 oCBindBind some function input to a constant value
 oCChainChain two RobOptim functions
 oCConcatenateConcatenate the output of two functions
 oCDerivativeReturn the derivative of a function w.r.t
 oCMapApply a function several times to an input vector
 oCSelectionByIdSelect part of a function
 oCSelectionSelect a block of a function's output
 oCSplitSelect an element of a function's output
 oCParametrizedFunctionDefine an abstract parametrized mathematical function ( \(C^0\))
 oCGenericDummySolverLastStateDummy solver which always fails, but returns the last state of the solver
 oCDummySolverTdDummy solver which always fails
 oCGenericDummySolverDummy solver which always fails
 oCResultAnalyzerAnalyze optimization results
 oCResultWithWarningsWarnings have been merged to Result to simplify the API
 oCResultRepresents the solution of an optimization problem
 oCScalingHelperHelper class used to help the user find good scaling parameters
 oCSolverCallbackSolver per-iteration callback wrapper
 oCSolverErrorBase exception class for solving errors
 oCStateParameterSolver state parameters type
 oCSolverStateState of the solver
 oCSolverWarningException used for non-critical errors during optimization
 oCParameterSolver parameter type
 \CGenericSumOfC1SquaresGeneric sum of the squares of differentiable functions