AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects
Version of the Day
|
Type for the object that is returned for the transpose sparse element. More...
#include <AbstractLinAlgPack_TransSparseCOOElementViewIter.hpp>
Public Types | |
typedef TT_Indice | indice_type |
typedef TT_ValRef | value_ref_type |
Public Member Functions | |
ElementView (const TT_Iter &iter) | |
Construct with an iterator to the first element. More... | |
value_ref_type | value () const |
indice_type | row_i () const |
returns col_j() of the underlying COO element More... | |
indice_type | col_j () const |
returns row_i() of the underlying COO element More... | |
Type for the object that is returned for the transpose sparse element.
The default copy constructor is allowed but not the default constructor or assignment operator.
Here the type of element may be const or nonconst in accordance with the iterator's type. The element view (const or nonconst) is just a view to this type.
Definition at line 95 of file AbstractLinAlgPack_TransSparseCOOElementViewIter.hpp.
typedef TT_Indice AbstractLinAlgPack::TransSparseCOOElementViewIter< T_Iter, T_IterCat, T_Indice, T_ValRef, T_Diff >::ElementView< TT_Iter, TT_IterCat, TT_Indice, TT_ValRef, TT_Diff >::indice_type |
Definition at line 105 of file AbstractLinAlgPack_TransSparseCOOElementViewIter.hpp.
typedef TT_ValRef AbstractLinAlgPack::TransSparseCOOElementViewIter< T_Iter, T_IterCat, T_Indice, T_ValRef, T_Diff >::ElementView< TT_Iter, TT_IterCat, TT_Indice, TT_ValRef, TT_Diff >::value_ref_type |
Definition at line 107 of file AbstractLinAlgPack_TransSparseCOOElementViewIter.hpp.
|
inline |
Construct with an iterator to the first element.
Definition at line 111 of file AbstractLinAlgPack_TransSparseCOOElementViewIter.hpp.
|
inline |
Definition at line 117 of file AbstractLinAlgPack_TransSparseCOOElementViewIter.hpp.
|
inline |
returns col_j() of the underlying COO element
Definition at line 122 of file AbstractLinAlgPack_TransSparseCOOElementViewIter.hpp.
|
inline |
returns row_i() of the underlying COO element
Definition at line 127 of file AbstractLinAlgPack_TransSparseCOOElementViewIter.hpp.