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", "F0"). The matrix G is created as c("G=[textrmvech(F1)∣\n", "ldots∣textrmvech(Fn)]") and the vector h is constructed as h=[vech(F0)].