Non-default (non-zero) array entry. More...
#include <shark/Algorithms/QP/QpSparseArray.h>
Public Attributes | |
std::size_t | index |
QpFloatType | value |
Non-default (non-zero) array entry.
Definition at line 64 of file QpSparseArray.h.
std::size_t shark::QpSparseArray< QpFloatType >::Entry::index |
Definition at line 66 of file QpSparseArray.h.
Referenced by shark::QpSparseArray< QpFloatType >::operator()().
QpFloatType shark::QpSparseArray< QpFloatType >::Entry::value |
Definition at line 67 of file QpSparseArray.h.
Referenced by shark::QpSparseArray< QpFloatType >::add(), and shark::QpSparseArray< QpFloatType >::operator()().