Template Function proxsuite::proxqp::dense::primal_dual_semi_smooth_newton_step

Function Documentation

template<typename T>
void proxsuite::proxqp::dense::primal_dual_semi_smooth_newton_step(const Settings<T> &qpsettings, const Model<T> &qpmodel, Results<T> &qpresults, Workspace<T> &qpwork, T eps)

Derives the Newton semismooth step.

Parameters:
  • qpwork – solver workspace.

  • qpmodelQP problem model as defined by the user (without any scaling performed).

  • qpsettings – solver settings.

  • qpresults – solver results.

  • eps – accuracy required for solving the subproblem.