|
qpOASES 3.2.1
An Implementation of the Online Active Set Strategy
|
This is the complete list of members for SparseMatrixRow, including all inherited members.
| addToDiag(real_t alpha) | SparseMatrixRow | virtual |
| createDiagInfo() | SparseMatrixRow | |
| diag(int_t i) const | SparseMatrixRow | virtual |
| doFreeMemory() | Matrix | inline |
| doNotFreeMemory() | Matrix | inline |
| duplicate() const | SparseMatrixRow | virtual |
| free() | SparseMatrixRow | virtual |
| freeMemory | Matrix | protected |
| full() const | SparseMatrixRow | virtual |
| getCol(int_t cNum, const Indexlist *const irows, real_t alpha, real_t *col) const | SparseMatrixRow | virtual |
| getNorm(int_t type=2) const | SparseMatrixRow | virtual |
| getRow(int_t rNum, const Indexlist *const icols, real_t alpha, real_t *row) const | SparseMatrixRow | virtual |
| getRowNorm(int_t rNum, int_t type=2) const | SparseMatrixRow | virtual |
| getRowNorm(real_t *norm, int_t type=2) const | SparseMatrixRow | virtual |
| getSparseSubmatrix(int_t irowsLength, const int_t *const irowsNumber, int_t icolsLength, const int_t *const icolsNumber, int_t rowoffset, int_t coloffset, int_t &numNonzeros, int_t *irn, int_t *jcn, real_t *avals, BooleanType only_lower_triangular=BT_FALSE) const | SparseMatrixRow | virtual |
| Matrix::getSparseSubmatrix(const Indexlist *const irows, const Indexlist *const icols, int_t rowoffset, int_t coloffset, int_t &numNonzeros, int_t *irn, int_t *jcn, real_t *avals, BooleanType only_lower_triangular=BT_FALSE) const | Matrix | virtual |
| Matrix::getSparseSubmatrix(const Indexlist *const irows, int_t idx_icol, int_t rowoffset, int_t coloffset, int_t &numNonzeros, int_t *irn, int_t *jcn, real_t *avals, BooleanType only_lower_triangular=BT_FALSE) const | Matrix | virtual |
| Matrix::getSparseSubmatrix(int_t idx_row, const Indexlist *const icols, int_t rowoffset, int_t coloffset, int_t &numNonzeros, int_t *irn, int_t *jcn, real_t *avals, BooleanType only_lower_triangular=BT_FALSE) const | Matrix | virtual |
| ic | SparseMatrixRow | protected |
| isDiag() const | SparseMatrixRow | virtual |
| jd | SparseMatrixRow | protected |
| jr | SparseMatrixRow | protected |
| Matrix() | Matrix | inline |
| nCols | SparseMatrixRow | protected |
| needToFreeMemory() const | Matrix | inline |
| nRows | SparseMatrixRow | protected |
| print(const char *name=0) const | SparseMatrixRow | virtual |
| SparseMatrixRow() | SparseMatrixRow | |
| SparseMatrixRow(int_t nr, int_t nc, sparse_int_t *r, sparse_int_t *c, real_t *v) | SparseMatrixRow | |
| SparseMatrixRow(int_t nr, int_t nc, int_t ld, const real_t *const v) | SparseMatrixRow | |
| times(int_t xN, real_t alpha, const real_t *x, int_t xLD, real_t beta, real_t *y, int_t yLD) const | SparseMatrixRow | virtual |
| times(const Indexlist *const irows, const Indexlist *const icols, int_t xN, real_t alpha, const real_t *x, int_t xLD, real_t beta, real_t *y, int_t yLD, BooleanType yCompr=BT_TRUE) const | SparseMatrixRow | virtual |
| transTimes(int_t xN, real_t alpha, const real_t *x, int_t xLD, real_t beta, real_t *y, int_t yLD) const | SparseMatrixRow | virtual |
| transTimes(const Indexlist *const irows, const Indexlist *const icols, int_t xN, real_t alpha, const real_t *x, int_t xLD, real_t beta, real_t *y, int_t yLD) const | SparseMatrixRow | virtual |
| val | SparseMatrixRow | protected |
| writeToFile(FILE *output_file, const char *prefix) const | SparseMatrixRow | virtual |
| ~Matrix() | Matrix | inlinevirtual |
| ~SparseMatrixRow() | SparseMatrixRow | virtual |