File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -260,8 +260,8 @@ struct QP
260260 * @param rho proximal step size wrt primal variable.
261261 * @param mu_eq proximal step size wrt equality constrained multiplier.
262262 * @param mu_in proximal step size wrt inequality constrained multiplier.
263- * @note init should be called before update. If not used properly,
264- * init is called automatically using the is_initialized flag.
263+ * @note The init method should be called before update. If it has not been
264+ * done before, init is called depending on the is_initialized flag.
265265 */
266266 void update (optional<MatRef<T>> H,
267267 optional<VecRef<T>> g,
Original file line number Diff line number Diff line change @@ -341,8 +341,8 @@ struct QP
341341 * @param rho proximal step size wrt primal variable.
342342 * @param mu_eq proximal step size wrt equality constrained multiplier.
343343 * @param mu_in proximal step size wrt inequality constrained multiplier.
344- * @note init should be called before update. If not used properly,
345- * init is called automatically using the is_initialized flag.
344+ * @note The init method should be called before update. If it has not been
345+ * done before, init is called depending on the is_initialized flag.
346346 */
347347 void update (const optional<SparseMat<T, I>> H,
348348 optional<VecRef<T>> g,
You can’t perform that action at this time.
0 commit comments