shark::QpSparseArray< QpFloatType >::Entry Struct Reference

Non-default (non-zero) array entry. More...

#include <shark/Algorithms/QP/QpSparseArray.h>

Public Attributes

std::size_t index
 
QpFloatType value
 

Detailed Description

template<class QpFloatType>
struct shark::QpSparseArray< QpFloatType >::Entry

Non-default (non-zero) array entry.

Data structure describing a non-default (typically non-zero) entry of a row.

Definition at line 64 of file QpSparseArray.h.

Member Data Documentation

◆ index

template<class QpFloatType>
std::size_t shark::QpSparseArray< QpFloatType >::Entry::index

Definition at line 66 of file QpSparseArray.h.

Referenced by shark::QpSparseArray< QpFloatType >::operator()().

◆ value

template<class QpFloatType>
QpFloatType shark::QpSparseArray< QpFloatType >::Entry::value

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