qpssvmlib.cpp File Reference
Go to the source code of this file.
Functions |
int8_t | qpssvm_solver (const void *(*get_col)(uint32_t), float64_t *diag_H, float64_t *f, float64_t b, uint16_t *I, float64_t *x, uint32_t n, uint32_t tmax, float64_t tolabs, float64_t tolrel, float64_t *QP, float64_t *QD, uint32_t verb) |
Function Documentation
int8_t qpssvm_solver |
( |
const void *(*)(uint32_t) |
get_col, |
|
|
float64_t * |
diag_H, |
|
|
float64_t * |
f, |
|
|
float64_t |
b, |
|
|
uint16_t * |
I, |
|
|
float64_t * |
x, |
|
|
uint32_t |
n, |
|
|
uint32_t |
tmax, |
|
|
float64_t |
tolabs, |
|
|
float64_t |
tolrel, |
|
|
float64_t * |
QP, |
|
|
float64_t * |
QD, |
|
|
uint32_t |
verb | |
|
) |
| | |