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

Data structure describing a row of the sparse array. More...

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

Public Attributes

Entryentry
 
std::size_t size
 
QpFloatType defaultvalue
 

Detailed Description

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

Data structure describing a row of the sparse array.

Definition at line 71 of file QpSparseArray.h.

Member Data Documentation

◆ defaultvalue

template<class QpFloatType>
QpFloatType shark::QpSparseArray< QpFloatType >::Row::defaultvalue

Definition at line 75 of file QpSparseArray.h.

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

◆ entry

template<class QpFloatType>
Entry* shark::QpSparseArray< QpFloatType >::Row::entry

Definition at line 73 of file QpSparseArray.h.

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

◆ size

template<class QpFloatType>
std::size_t shark::QpSparseArray< QpFloatType >::Row::size

Definition at line 74 of file QpSparseArray.h.

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


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