solver
|
ECOS - Embedded Conic Solver. More...
#include <memory>
#include <vector>
#include <iostream>
#include <Eigen/Sparse>
#include <solver/interface/SolverSetting.hpp>
Go to the source code of this file.
Classes | |
class | solver::ScalingOperator |
class | solver::NesterovToddScaling |
This class performs appropriate scalings of the cone variables. More... | |
class | solver::Cone |
This class contains all information about the conic optimization problem, and provides functionality for conic operations, such as scalings, residuals and sizes. More... | |
class | solver::Vector |
Helper class to work with optimization variables, lay down in normal order. More... | |
class | solver::ConicVector |
Helper class to work with variables, which are members of a proper convex cone. More... | |
class | solver::ExtendedVector |
Helper class to work with optimization variables, lay down in an extended order. More... | |
class | solver::OptimizationVector |
Helper class to define an optimization vector, including primal and dual variables, and variables to render the optimization problem homogeneous. More... | |
class | solver::SolverStorage |
Class that provides storage space for the optimization matrices, vectors and variables. More... | |
ECOS - Embedded Conic Solver.