#include <sparse_vector.hpp>
 
  
 Definition at line 53 of file sparse_vector.hpp.
| sparse_vector_rep | ( | pair< T, C > * | a2, | |
| nat | n2 | |||
| ) |  [inline] | 
Definition at line 59 of file sparse_vector.hpp.
00059 : 00060 a (a2), n (n2), l (n2) {} inline sparse_vector_rep (Pair* a2, nat n2, nat l2):
Definition at line 61 of file sparse_vector.hpp.
00061 : 00062 a (a2), n (n2), l (l2) {} inline ~sparse_vector_rep () {
| ~sparse_vector_rep | ( | ) |  [inline] | 
Definition at line 63 of file sparse_vector.hpp.
| nat N | ( | const sparse_vector< C, T, V > & | v | ) |  [friend] | 
Definition at line 98 of file sparse_vector.hpp.
00098 { return v.rep->n; }
| friend class sparse_vector< C, T, V >  [friend] | 
Definition at line 66 of file sparse_vector.hpp.
 1.6.1
 1.6.1