- ...cone
- Also known as the second-order cone,
Lorentz cone or ice cream cone.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...Beta
-
Preliminary versions of this software have been
distributed privately since August 1995. The first public release
was Version 0.8 Beta, March 1997.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...Matlab
- Matlab is a registered trademark of The
MathWorks Inc.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...direction
-
Sometimes referenced as the AHO direction in the literature
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...structure
-
The fields of a structure
may be assigned at the keyboard without initializing it otherwise,
for example A.q = [1 2; 2 2].
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...sparse
-
type help sparse in Matlab for more information.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...fsql.m.
-
Matlab warnings that ill-conditioned systems are being solved
may be suppressed by typing warning off. Such
ill-conditioning is normal near the solution.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...call
-
The user need not specify all output parameters when
invoking a Matlab function: any number of leading output parameters
may be requested.
If only the right-hand side is specified, the function returns only
the first output parameter.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...boundary.
-
Unfortunately, the output of Matlab's chol function does
not distinguish between the singular and indefinite cases. Hence
the need to rely on an eigenvalue routine to make this distinction.
Using blkeig is preferable to calling the Matlab
built-in function eig directly, since it
computes eigenvalues one block at a time.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...subdirectory.
- As long as
setpath.m has been called, Matlab will be able to find
routines in the various subdirectories.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...direction
-
Sometimes called the HRVW/KSH/M direction in the literature
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...block.
-
However, dsdp and fdsdp will function with
multiple blocks.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...sequence
-
Recall that the user does not need to specify all output parameters.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...randomly
- All these routines generate data uniformly
distributed in [-1,1]. They may be modified to use the normal
distribution by using randn instead of rand.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...problems
- Provided to us by P. Gahinet.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...problems
-
Provided to us by A. Nemirovskii.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.