File: Contents.m

package info (click to toggle)
semidef-oct 1%3A2003-9
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,388 kB
  • ctags: 250
  • sloc: fortran: 2,197; ansic: 686; cpp: 546; sh: 174; makefile: 61
file content (16 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%
% Software for semidefinite programming.  
% Beta version. 
% Copyright 1994 by Vandenberghe and Boyd.
%
% Primary routines.
%   sp        - solve SP and its dual (MEX-files and a help M-file).
%   bigM      - solve SP with constraint Tr F(x) <= M.
%   phase1    - look for feasible point.
%
% Example applications. 
%   etp       - solve educational testing problem.
%   log_cheb  - solve log. Chebychev approx. problem.
%   lin_prog  - solve the linear program: min c'*x, A*x + b >= 0.
%   mtrx_nrm  - solve matrix norm minimization problem.
%