shark::QpMcBoxDecomp< Matrix >::Variable Struct Reference

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...
 
std::size_t index
 index into example->m_numVariables More...
 
double diagonal
 diagonal entry of the big Q-matrix More...
 

Detailed Description

template<class Matrix>
struct shark::QpMcBoxDecomp< Matrix >::Variable

data structure describing one m_variables of the problem

Definition at line 558 of file QpMcBoxDecomp.h.

Member Data Documentation

◆ diagonal

template<class Matrix>
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().

◆ i

template<class Matrix>
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().

◆ index

template<class Matrix>
std::size_t shark::QpMcBoxDecomp< Matrix >::Variable::index

index into example->m_numVariables

Definition at line 565 of file QpMcBoxDecomp.h.

◆ p

template<class Matrix>
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().


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