Template Function proxsuite::proxqp::dense::setup_factorization

Function Documentation

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

Setups and performs the first factorization of the regularized KKT matrix of the problem.

Parameters:
  • qpwork – workspace of the solver.

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

  • qpresults – solution results.