8 #ifndef AS_CHOL_SOLVE_H 9 #define AS_CHOL_SOLVE_H 49 void down_resolve(
const AS::problem_parameters&,
const vector<AS::constraint>&,
const int,
const double *,
double *);
Implements multiplication of matrix E and E' by a vector.
Initializes lower diagonal matrix L and performs backward and forward substitutions using this matrix...
AS::matrix_E E
matrix of equality AS::constraints
A set of problem parameters.
Solves KKT system using Cholesky decomposition.
Defines constraints associated with states of the system.
double ** icL
L for inequality AS::constraints.
double * icL_mem
All lines of icL are stored in one chunk of memory.
double * nu
Vector of Lagrange multipliers.
AS::matrix_ecL ecL
L for equality AS::constraints.