siconos.numerics.
convexQP_ADMM
(ConvexQP *problem, array_like (np.float64, 1D)z, array_like (np.float64, 1D)w, array_like (np.float64, 1D)xi, array_like (np.float64, 1D)u, int *info, SolverOptions *options) → None[source]¶siconos.numerics.
convexQP_ADMM_setDefaultSolverOptions
(SolverOptions *options) → int[source]¶set the default solver parameters and perform memory allocation for PG
Parameters: | options – the pointer to the array of options to set |
---|
siconos.numerics.
convexQP_ProjectedGradient
(ConvexQP *problem, array_like (np.float64, 1D)z, array_like (np.float64, 1D)w, int *info, SolverOptions *options) → None[source]¶Projected Gradient solver for Convex QP problem.
Parameters: |
|
---|
siconos.numerics.
convexQP_ProjectedGradient_setDefaultSolverOptions
(SolverOptions *options) → int[source]¶set the default solver parameters and perform memory allocation for PG
Parameters: | options – the pointer to the array of options to set |
---|
siconos.numerics.
convexQP_VI_solver
(ConvexQP *problem, array_like (np.float64, 1D)z, array_like (np.float64, 1D)w, int *info, SolverOptions *options) → None[source]¶