SocpPhase2 {parma} | R Documentation |
SOCP: Initialising objective variable z in dual form
Description
This function determines values for z
, whence they have not
been specified by the user.
Usage
SocpPhase2(f, A, b, N, x, control)
Arguments
f |
|
A |
|
b |
|
N |
|
x |
|
control |
|
Value
A vector with the initial point for z
(dual form of
SOCP).
Note
This function has been ported from the Rsocp package contained in the Rmetrics-Project on R-Forge.
Author(s)
Bernhard Pfaff
References
Lobo, M. and Vandenberghe, L. and Boyd, S., SOCP: Software for Second-order Cone Programming, User's Guide, Beta Version, April 1997, Stanford University.
See Also
[Package parma version 1.7 Index]