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 More... | |
| unsigned int | p |
| constraint corresponding to this m_variables More... | |
| unsigned int | index |
| index into example->m_numVariables More... | |
| double | diagonal |
| diagonal entry of the big Q-matrix More... | |
data structure describing one m_variables of the problem
Definition at line 557 of file QpMcBoxDecomp.h.
| double shark::QpMcBoxDecomp< Matrix >::Variable::diagonal |
diagonal entry of the big Q-matrix
Definition at line 566 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 560 of file QpMcBoxDecomp.h.
Referenced by shark::QpMcBoxDecomp< Matrix >::selectWorkingSet().
| unsigned int shark::QpMcBoxDecomp< Matrix >::Variable::index |
index into example->m_numVariables
Definition at line 564 of file QpMcBoxDecomp.h.
| unsigned int shark::QpMcBoxDecomp< Matrix >::Variable::p |
constraint corresponding to this m_variables
Definition at line 562 of file QpMcBoxDecomp.h.
Referenced by shark::QpMcBoxDecomp< Matrix >::selectWorkingSet().