Data structure describing a row of the sparse array. More...
#include <shark/Algorithms/QP/QpSparseArray.h>
Public Attributes | |
| Entry * | entry |
| std::size_t | size |
| QpFloatType | defaultvalue |
Data structure describing a row of the sparse array.
Definition at line 71 of file QpSparseArray.h.
| QpFloatType shark::QpSparseArray< QpFloatType >::Row::defaultvalue |
Definition at line 75 of file QpSparseArray.h.
Referenced by shark::QpSparseArray< QpFloatType >::operator()().
| Entry* shark::QpSparseArray< QpFloatType >::Row::entry |
Definition at line 73 of file QpSparseArray.h.
Referenced by shark::QpSparseArray< QpFloatType >::add(), and shark::QpSparseArray< QpFloatType >::operator()().
| std::size_t shark::QpSparseArray< QpFloatType >::Row::size |
Definition at line 74 of file QpSparseArray.h.
Referenced by shark::QpSparseArray< QpFloatType >::add(), and shark::QpSparseArray< QpFloatType >::operator()().