#include <AbstractLinAlgPack_SparseCOOPtrElement.hpp>
Inheritance diagram for AbstractLinAlgPack::SparseCOOPtrElement< T_Index, T_Value >:
Public Typedefs. | |
| typedef T_Value | value_type |
| | |
| typedef T_Index | index_type |
| | |
Constructors | |
| SparseCOOPtrElement () | |
| Construct uninitialized (poiner to value set to zero) (#index() == 0#). | |
| SparseCOOPtrElement (value_type *pvalue, index_type row_i, index_type col_j) | |
| Construct with a pointer to the value and index set. | |
| void | initialize (value_type *pvalue, index_type row_i, index_type col_j) |
| Initialize. | |
Value and index access | |
| value_type & | value () |
| | |
| value_type | value () const |
| | |
| index_type | row_i () const |
| | |
| index_type | col_j () const |
| | |
| void | change_indexes (index_type row_i, index_type col_j) |
| Change the indexs. | |
| void | change_value_ptr (value_type *pvalue) |
| Change the element pointer. | |
This class abstracts a sparse element of a templated type from a coordinate matrix. It has a pointer to the value of the element.
The default assignment operator and copy constructor are allowed.
Definition at line 46 of file AbstractLinAlgPack_SparseCOOPtrElement.hpp.
|
|||||
|
Definition at line 52 of file AbstractLinAlgPack_SparseCOOPtrElement.hpp. |
|
|||||
|
Definition at line 54 of file AbstractLinAlgPack_SparseCOOPtrElement.hpp. |
|
|||||||||
|
Construct uninitialized (poiner to value set to zero) (#index() == 0#).
Definition at line 62 of file AbstractLinAlgPack_SparseCOOPtrElement.hpp. |
|
||||||||||||||||||||
|
Construct with a pointer to the value and index set.
Definition at line 66 of file AbstractLinAlgPack_SparseCOOPtrElement.hpp. |
|
||||||||||||||||||||
|
Initialize.
Definition at line 71 of file AbstractLinAlgPack_SparseCOOPtrElement.hpp. |
|
|||||||||
|
Definition at line 83 of file AbstractLinAlgPack_SparseCOOPtrElement.hpp. |
|
|||||||||
|
Definition at line 88 of file AbstractLinAlgPack_SparseCOOPtrElement.hpp. |
|
|||||||||
|
Definition at line 93 of file AbstractLinAlgPack_SparseCOOPtrElement.hpp. |
|
|||||||||
|
Definition at line 98 of file AbstractLinAlgPack_SparseCOOPtrElement.hpp. |
|
||||||||||||||||
|
Change the indexs.
Definition at line 103 of file AbstractLinAlgPack_SparseCOOPtrElement.hpp. |
|
||||||||||
|
Change the element pointer.
Definition at line 109 of file AbstractLinAlgPack_SparseCOOPtrElement.hpp. |
1.3.9.1