#include <uservector.h>
Collaboration diagram for SparseVector< Type >::VectorElement:
Public Attributes | |
int | index |
The index of the element. | |
Type | value |
The value of the element. | |
VectorElement * | next |
A pointer to the next element. |
Definition at line 843 of file uservector.h.
int SparseVector< Type >::VectorElement::index |
The index of the element.
Definition at line 846 of file uservector.h.
Referenced by SparseVector< double >::GetElement(), and SparseVector< double >::SparseVector().
Type SparseVector< Type >::VectorElement::value |
The value of the element.
Definition at line 849 of file uservector.h.
Referenced by SparseVector< double >::GetElement(), and SparseVector< double >::SparseVector().
VectorElement* SparseVector< Type >::VectorElement::next |
A pointer to the next element.
Definition at line 852 of file uservector.h.
Referenced by SparseVector< double >::clear(), SparseVector< double >::GetElement(), and SparseVector< double >::SparseVector().