psdc function

Definition of positive semidefinite cone inequality constraints

Definition of positive semidefinite cone inequality constraints

This function is the interface to the reference class PSDC for creating positive semidefinite cone constraints.

psdc(Flist, F0)

Arguments

  • Flist: Object of class "list": A list with the matrices appearing on the left-hand side of the matrix inequality.
  • F0: Object of class "matrix": The matrix appearing on the righthand-side.

Details

A psd-cone constraint is given as c("sumi=1nxiFile\n\\sum_{i = 1}^n x_i F_i \\le\n", "F0 F_0"). The matrix GG is created as c("G=[textrmvech(F1)\nG = [\\textrm{vech}(F_1) |\n", "ldotstextrmvech(Fn)] \\ldots | \\textrm{vech}(F_n)]") and the vector hh is constructed as h=[vech(F0)]h = [\textrm{vech}(F_0)].

Returns

List with elements: conType, G and h.

  • Maintainer: Bernhard Pfaff
  • License: GPL (>= 3)
  • Last published: 2023-12-09

Useful links