shark::QpMcDecomp< Matrix >::tVariable Struct Reference

data structure describing one variable of the problem More...

#include <shark/Algorithms/QP/QpMcDecomp.h>

Public Attributes

std::size_t i
 
unsigned int p
 
unsigned int index
 
double diagonal
 

Detailed Description

template<class Matrix>
struct shark::QpMcDecomp< Matrix >::tVariable

data structure describing one variable of the problem

Definition at line 1972 of file QpMcDecomp.h.

Member Data Documentation

§ diagonal

template<class Matrix>
double shark::QpMcDecomp< Matrix >::tVariable::diagonal

Definition at line 1977 of file QpMcDecomp.h.

Referenced by shark::QpMcDecomp< Matrix >::selectWorkingSet().

§ i

template<class Matrix>
std::size_t shark::QpMcDecomp< Matrix >::tVariable::i

§ index

template<class Matrix>
unsigned int shark::QpMcDecomp< Matrix >::tVariable::index

Definition at line 1976 of file QpMcDecomp.h.

§ p

template<class Matrix>
unsigned int shark::QpMcDecomp< Matrix >::tVariable::p

The documentation for this struct was generated from the following file: