QuadraticProgram.h File Reference
#include <cmath>

Go to the source code of this file.

Classes

struct  shark::QpStoppingCondition
 stopping conditions for quadratic programming More...
 
struct  shark::QpSolutionProperties
 properties of the solution of a quadratic program More...
 

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.
 

Enumerations

enum  shark::QpStopType { shark::QpNone = 0, shark::QpAccuracyReached = 1, shark::QpMaxIterationsReached = 4, shark::QpTimeout = 8 }