psdc {cccp} | R Documentation |
Definition of positive semidefinite cone inequality constraints
Description
This function is the interface to the reference class PSDC
for
creating positive semidefinite cone constraints.
Usage
psdc(Flist, F0)
Arguments
Flist |
Object of class |
F0 |
Object of class |
Details
A psd-cone constraint is given as . The matrix
is created as
and the vector
is constructed as
.
Value
List with elements: conType
, G
and h
.
[Package cccp version 0.3-1 Index]