Class for one triplet position entry. More...
Public Member Functions | |
void | Set (Index i_row, Index j_col, Index i_pos_triplet) |
Set the values of an entry. | |
bool | operator< (const TripletEntry &Tentry) const |
Comparison operator. | |
Accessor methods. | |
Index | IRow () const |
Row position. | |
Index | JCol () const |
Column position. | |
Index | PosTriplet () const |
Index in original triplet matrix. | |
Private Attributes | |
Entry content. | |
Index | i_row_ |
Index | j_col_ |
Index | i_pos_triplet_ |
Class for one triplet position entry.
Definition at line 25 of file IpTripletToCSRConverter.hpp.
|
inline |
Set the values of an entry.
Definition at line 30 of file IpTripletToCSRConverter.hpp.
|
inline |
Row position.
Definition at line 52 of file IpTripletToCSRConverter.hpp.
|
inline |
Column position.
Definition at line 58 of file IpTripletToCSRConverter.hpp.
|
inline |
Index in original triplet matrix.
Definition at line 64 of file IpTripletToCSRConverter.hpp.
|
inline |
Comparison operator.
This is required for the sort function.
Definition at line 74 of file IpTripletToCSRConverter.hpp.
|
private |
Definition at line 84 of file IpTripletToCSRConverter.hpp.
|
private |
Definition at line 85 of file IpTripletToCSRConverter.hpp.
|
private |
Definition at line 86 of file IpTripletToCSRConverter.hpp.