42 #ifndef SPARSE_PTR_ELEMENT_H
43 #define SPARSE_PTR_ELEMENT_H
45 #include "AbstractLinAlgPack_Types.hpp"
47 namespace AbstractLinAlgPack {
58 template <
class T_Indice,
class T_Value>
122 #endif // SPARSE_PTR_ELEMENT_H
indice_type indice() const
SparsePtrElement()
Construct uninitialized (poiner to value set to zero) (indice() == 0#).
void change_indice(indice_type indice)
Change the indice.
Sparse pointer element type.
SparsePtrElement(indice_type indice, value_type *pvalue)
Construct with a pointer to the value and indice set.
void change_value_ptr(value_type *pvalue)
Change the element pointer.