Ipopt
3.11.4
|
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. More... | |
bool | operator< (const TripletEntry &Tentry) const |
Comparison operator. More... | |
Constructor/Destructor | |
TripletEntry () | |
Constructor. More... | |
~TripletEntry () | |
Destructor. More... | |
TripletEntry (const TripletEntry &rhs) | |
Copy constructor, required for std::list. More... | |
TripletEntry & | operator= (const TripletEntry &rhs) |
Equals Operator, required for std::list. More... | |
Accessor methods. | |
Index | IRow () const |
Row position. More... | |
Index | JCol () const |
Column position. More... | |
Index | PosTriplet () const |
Index in original triplet matrix. More... | |
Private Attributes | |
Entry content. | |
Default Constructor Copy Constructor | |
Index | i_row_ |
Index | j_col_ |
Index | i_pos_triplet_ |
Class for one triplet position entry.
Definition at line 26 of file IpTripletToCSRConverter.hpp.
|
inline |
Constructor.
Definition at line 32 of file IpTripletToCSRConverter.hpp.
|
inline |
Destructor.
Definition at line 36 of file IpTripletToCSRConverter.hpp.
|
inline |
Copy constructor, required for std::list.
Definition at line 40 of file IpTripletToCSRConverter.hpp.
|
inline |
Equals Operator, required for std::list.
Definition at line 48 of file IpTripletToCSRConverter.hpp.
|
inline |
Set the values of an entry.
Definition at line 60 of file IpTripletToCSRConverter.hpp.
|
inline |
Row position.
Definition at line 76 of file IpTripletToCSRConverter.hpp.
|
inline |
Column position.
Definition at line 81 of file IpTripletToCSRConverter.hpp.
|
inline |
Index in original triplet matrix.
Definition at line 86 of file IpTripletToCSRConverter.hpp.
|
inline |
Comparison operator.
This is required for the sort function.
Definition at line 93 of file IpTripletToCSRConverter.hpp.
|
private |
Definition at line 119 of file IpTripletToCSRConverter.hpp.
|
private |
Definition at line 120 of file IpTripletToCSRConverter.hpp.
|
private |
Definition at line 121 of file IpTripletToCSRConverter.hpp.