#include <tnt_sparse_vector.h>
Public Member Functions | |
Sparse_Vector_Element (const T &a, const Integer &i) | |
const T & | value () const |
Integer | index () const |
T & | value () |
Integer & | index () |
Private Attributes | |
T | val_ |
Integer | index_ |
Definition at line 36 of file tnt_sparse_vector.h.
TNT::Sparse_Vector_Element< T, Integer >::Sparse_Vector_Element | ( | const T & | a, | |
const Integer & | i | |||
) | [inline] |
Definition at line 45 of file tnt_sparse_vector.h.
Integer& TNT::Sparse_Vector_Element< T, Integer >::index | ( | ) | [inline] |
Definition at line 53 of file tnt_sparse_vector.h.
Integer TNT::Sparse_Vector_Element< T, Integer >::index | ( | ) | const [inline] |
Definition at line 50 of file tnt_sparse_vector.h.
T& TNT::Sparse_Vector_Element< T, Integer >::value | ( | ) | [inline] |
Definition at line 52 of file tnt_sparse_vector.h.
const T& TNT::Sparse_Vector_Element< T, Integer >::value | ( | ) | const [inline] |
Definition at line 49 of file tnt_sparse_vector.h.
Integer TNT::Sparse_Vector_Element< T, Integer >::index_ [private] |
Definition at line 41 of file tnt_sparse_vector.h.
T TNT::Sparse_Vector_Element< T, Integer >::val_ [private] |
Definition at line 40 of file tnt_sparse_vector.h.