data structure describing one variable of the problem More...
#include <shark/Algorithms/QP/QpMcSimplexDecomp.h>
Public Attributes | |
| std::size_t | example |
| index into the example list | |
| std::size_t | p |
| constraint corresponding to this variable | |
| std::size_t | index |
| index into example->m_numVariables | |
| double | diagonal |
| diagonal entry of the big Q-matrix | |
data structure describing one variable of the problem
Definition at line 493 of file QpMcSimplexDecomp.h.
| double shark::QpMcSimplexDecomp< Matrix >::Variable::diagonal |
diagonal entry of the big Q-matrix
Definition at line 502 of file QpMcSimplexDecomp.h.
| std::size_t shark::QpMcSimplexDecomp< Matrix >::Variable::example |
index into the example list
Definition at line 496 of file QpMcSimplexDecomp.h.
| std::size_t shark::QpMcSimplexDecomp< Matrix >::Variable::index |
index into example->m_numVariables
Definition at line 500 of file QpMcSimplexDecomp.h.
| std::size_t shark::QpMcSimplexDecomp< Matrix >::Variable::p |
constraint corresponding to this variable
Definition at line 498 of file QpMcSimplexDecomp.h.