QPALM
A proximal augmented Lagrangian method for QPs.
Data Fields
QPALMScaling Struct Reference

Problem scaling matrices stored as vectors. More...

#include <types.h>

Data Fields

c_floatD
 primal variable scaling More...
 
c_floatDinv
 primal variable rescaling More...
 
c_floatE
 dual variable scaling More...
 
c_floatEinv
 dual variable rescaling More...
 
c_float c
 objective scaling More...
 
c_float cinv
 objective rescaling More...
 

Detailed Description

Problem scaling matrices stored as vectors.

Field Documentation

◆ c

c_float QPALMScaling::c

objective scaling

◆ cinv

c_float QPALMScaling::cinv

objective rescaling

◆ D

c_float* QPALMScaling::D

primal variable scaling

◆ Dinv

c_float* QPALMScaling::Dinv

primal variable rescaling

◆ E

c_float* QPALMScaling::E

dual variable scaling

◆ Einv

c_float* QPALMScaling::Einv

dual variable rescaling


The documentation for this struct was generated from the following file: