15 # endif // ifdef __cplusplus 47 # endif // ifdef __cplusplus 49 #endif //ifndef NEWTON_H ladel_work solver_common
Definition: types.h:19
Internal data structures used in QPALM.
void set_active_constraints(QPALMWorkspace *work)
Computes the set of active constraints and stores it in work->solver->active_constraints.
Definition: newton.c:122
void newton_set_direction(QPALMWorkspace *work, solver_common *c)
Sets work->d to the direction calculated by the semismooth Newton method.
Definition: newton.c:17
QPALM Workspace.
Definition: types.h:197
void set_entering_leaving_constraints(QPALMWorkspace *work)
Determines the entering and leaving constraints and stores them in work->solver->enter and work->solv...
Definition: newton.c:134