36 #ifndef QPOASES_INDEXLIST_HPP 37 #define QPOASES_INDEXLIST_HPP returnValue addNumber(int_t addnumber)
Definition: Indexlist.cpp:167
#define BEGIN_NAMESPACE_QPOASES
Definition: Types.hpp:107
Indexlist()
Definition: Indexlist.cpp:50
#define END_NAMESPACE_QPOASES
Definition: Types.hpp:110
Interfaces matrix-vector operations tailored to symmetric sparse matrices.
Definition: Matrices.hpp:936
returnValue getNumberArray(int_t **const numberarray) const
Definition: Indexlist.cpp:132
int int_t
Definition: Types.hpp:180
int_t getLength() const
Definition: Indexlist.ipp:60
int_t first
Definition: Indexlist.hpp:184
returnValue swapNumbers(int_t number1, int_t number2)
Definition: Indexlist.cpp:217
Interfaces matrix-vector operations tailored to symmetric dense matrices.
Definition: Matrices.hpp:511
BooleanType isMember(int_t _number) const
Definition: Indexlist.ipp:78
returnValue getISortArray(int_t **const iSortArray) const
Definition: Indexlist.cpp:146
Interfaces matrix-vector operations tailored to general sparse matrices.
Definition: Matrices.hpp:751
int_t lastusedindex
Definition: Indexlist.hpp:186
returnValue clear()
Definition: Indexlist.cpp:248
int_t physicallength
Definition: Indexlist.hpp:187
Interfaces matrix-vector operations tailored to general dense matrices.
Definition: Matrices.hpp:328
returnValue init(int_t n=0)
Definition: Indexlist.cpp:108
Interfaces matrix-vector operations tailored to general sparse matrices.
Definition: Matrices.hpp:557
int_t length
Definition: Indexlist.hpp:183
Indexlist & operator=(const Indexlist &rhs)
Definition: Indexlist.cpp:92
int_t getIndex(int_t givennumber) const
Definition: Indexlist.cpp:157
returnValue
Defines all symbols for global return values.
Definition: MessageHandling.hpp:64
int_t getLastNumber() const
Definition: Indexlist.ipp:69
returnValue removeNumber(int_t removenumber)
Definition: Indexlist.cpp:187
returnValue copy(const Indexlist &rhs)
Definition: Indexlist.cpp:269
int_t findInsert(int_t i) const
Definition: Indexlist.cpp:295
Stores and manages index lists.
Definition: Indexlist.hpp:55
int_t last
Definition: Indexlist.hpp:185
int_t * number
Definition: Indexlist.hpp:180
~Indexlist()
Definition: Indexlist.cpp:83
int_t getNumber(int_t physicalindex) const
Definition: Indexlist.ipp:47
BooleanType
Definition: Types.hpp:203
int_t * iSort
Definition: Indexlist.hpp:181