| Meta-functions, functions and solvers related classes | |
| Transform a types list into a types list of shared pointers | |
| Contains finite difference gradients policies | |
| Fast finite difference gradient computation | |
| Precise finite difference gradient computation | |
| Graphic visualization | |
| Gnuplot rendering | |
| Gnuplot command | |
| Gnuplot script | |
| Constant function | |
| Parametrized function with parameter derivative available | |
Define an abstract derivable function ( ) | |
| Store previous function computation | |
| Exception thrown when a gradient check fail | |
| Compute automatically a gradient with finite differences | |
| GenericFunction traits | |
Define an abstract mathematical function ( ) | |
| Trait specializing GenericFunction for Eigen dense matrices | |
| Trait specializing GenericFunction for Eigen sparse matrices | |
| Tag a result if no solution has been found | |
| Tag type for functions using Eigen dense matrices | |
| Tag type for functions using Eigen sparse matrices | |
| Build a linear function from a vector and a matrix | |
Define an abstract function which is derivable twice ( ) | |
| Define an abstract linear function | |
| Define an abstract quadratic function | |
| Solver for a specific problem class | |
| Define a solver factory that instanciate the plug-ins | |
Define a function, derivable n times ( ) | |
| Abstract interface satisfied by all solvers | |
| Identity function | |
| Explicit specialization for the stop case of NTimesDerivable class | |
| Build a quadratic function from a matrix and a vector | |
Define an abstract parametrized mathematical function ( ) | |
| Dummy solver which always fails, but returns the last state of the solver | |
| Dummy solver which always fails | |
| Represents the solution of an optimization problem when errors occurred during the solving process | |
| Represents the solution of an optimization problem | |
| Base exception class for solving errors | |
| Exception used for non-critical errors during optimization | |
| Parameters type | |
| Sum of the squares of differentiable functions |