data structure describing one m_variables of the problem More...
#include <shark/Algorithms/QP/QpMcBoxDecomp.h>
| Public Attributes | |
| std::size_t | i | 
| index into the example list | |
| unsigned int | p | 
| constraint corresponding to this m_variables | |
| std::size_t | index | 
| index into example->m_numVariables | |
| double | diagonal | 
| diagonal entry of the big Q-matrix | |
data structure describing one m_variables of the problem
Definition at line 558 of file QpMcBoxDecomp.h.
| double shark::QpMcBoxDecomp< Matrix >::Variable::diagonal | 
diagonal entry of the big Q-matrix
Definition at line 567 of file QpMcBoxDecomp.h.
Referenced by shark::QpMcBoxDecomp< Matrix >::selectWorkingSet().
| std::size_t shark::QpMcBoxDecomp< Matrix >::Variable::i | 
index into the example list
Definition at line 561 of file QpMcBoxDecomp.h.
Referenced by shark::QpMcBoxDecomp< Matrix >::selectWorkingSet().
| std::size_t shark::QpMcBoxDecomp< Matrix >::Variable::index | 
index into example->m_numVariables
Definition at line 565 of file QpMcBoxDecomp.h.
| unsigned int shark::QpMcBoxDecomp< Matrix >::Variable::p | 
constraint corresponding to this m_variables
Definition at line 563 of file QpMcBoxDecomp.h.
Referenced by shark::QpMcBoxDecomp< Matrix >::selectWorkingSet().