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 |
data structure describing one variable of the problem
Definition at line 1972 of file QpMcDecomp.h.
| double shark::QpMcDecomp< Matrix >::tVariable::diagonal |
Definition at line 1977 of file QpMcDecomp.h.
Referenced by shark::QpMcDecomp< Matrix >::selectWorkingSet().
| std::size_t shark::QpMcDecomp< Matrix >::tVariable::i |
Definition at line 1974 of file QpMcDecomp.h.
Referenced by shark::QpMcDecomp< Matrix >::selectWorkingSet(), and shark::QpMcDecomp< Matrix >::solveForBias().
| unsigned int shark::QpMcDecomp< Matrix >::tVariable::index |
Definition at line 1976 of file QpMcDecomp.h.
| unsigned int shark::QpMcDecomp< Matrix >::tVariable::p |
Definition at line 1975 of file QpMcDecomp.h.
Referenced by shark::QpMcDecomp< Matrix >::selectWorkingSet(), and shark::QpMcDecomp< Matrix >::solveForBias().