QPALM
main
Proximal Augmented Lagrangian method for Quadratic Programs
|
Go to the source code of this file.
Data Structures | |
struct | array_element |
Array to sort in linesearch. More... | |
struct | QPALMSolution |
Solution structure. More... | |
struct | QPALMScaling |
Problem scaling matrices stored as vectors. More... | |
struct | QPALMInfo |
Solver return information. More... | |
struct | QPALMData |
Data structure. More... | |
struct | QPALMSettings |
Settings struct. More... | |
struct | QPALMSolver |
Variables for linear system solving. More... | |
struct | QPALMWorkspace |
QPALM Workspace. More... | |
Typedefs | |
typedef ladel_work | solver_common |
typedef ladel_sparse_matrix | solver_sparse |
typedef ladel_double | solver_dense |
typedef ladel_factor | solver_factor |
typedef ladel_symbolics | solver_symbolics |
typedef struct array_element | array_element |
Array to sort in linesearch. | |
typedef struct QPALM_TIMER | QPALMTimer |
QPALM Timer for statistics. | |
typedef ladel_work solver_common |
typedef ladel_sparse_matrix solver_sparse |
typedef ladel_double solver_dense |
typedef ladel_factor solver_factor |
typedef ladel_symbolics solver_symbolics |
typedef struct array_element array_element |
Array to sort in linesearch.
typedef struct QPALM_TIMER QPALMTimer |