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

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 More...
 
std::size_t p
 constraint corresponding to this variable 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::QpMcSimplexDecomp< Matrix >::Variable

data structure describing one variable of the problem

Definition at line 493 of file QpMcSimplexDecomp.h.

Member Data Documentation

◆ diagonal

template<class Matrix>
double shark::QpMcSimplexDecomp< Matrix >::Variable::diagonal

diagonal entry of the big Q-matrix

Definition at line 502 of file QpMcSimplexDecomp.h.

◆ example

template<class Matrix>
std::size_t shark::QpMcSimplexDecomp< Matrix >::Variable::example

index into the example list

Definition at line 496 of file QpMcSimplexDecomp.h.

◆ index

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

index into example->m_numVariables

Definition at line 500 of file QpMcSimplexDecomp.h.

◆ p

template<class Matrix>
std::size_t shark::QpMcSimplexDecomp< Matrix >::Variable::p

constraint corresponding to this variable

Definition at line 498 of file QpMcSimplexDecomp.h.


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