source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/opt/yalmip/Contents.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 2.6 KB
Line 
1% YALMIP
2% Version 3 (R14SP3) 24-Oct-2006
3%
4% Information
5%
6% Variables.
7%   sdpvar       - Create SDPVAR variable
8%   intvar       - Create integer SDPVAR variable
9%   binvar       - Create binary SDPVAR variable
10%   blkvar       - Create container for block variable
11%   double       - Convert SDPVAR object to double (i.e. extract solution)
12%   is           - Check property of SDPVAR variable
13%   setsdpvar    - Initialize the "double" value of an SDPVAR object
14%   replace      - Replace free variables in an SDPVAR object with constant
15%   sdisplay     - Tries to display an SDPVAR symbolically
16%   monolist     - Creates multi-variate monomials up to specified degree
17%   linearize    - Linearize SDPVAR object p(x) at the point double(x)
18%   jacobian     - Calculate Jacobian for SDPVAR object
19%   hessian      - Calculate Jacobian for SDPVAR object
20%   coefficients - Extract coefficients and monomials from polynomials
21%   unblkdiag    - Detect and extract blocks in SDP constraints
22%
23% Inequalites and constraints.
24%   set          - Create a SET object (set of constraints). For on-line help: help sdpvar/set
25%   sos          - Create sum-of-squares constraint
26%   cone         - Second order cone constraint
27%   rcone        - Rotated Lorentz cone constraint
28%   integer      - Constrain variables to be integer
29%   binary       - Constrain variables to be binary
30%   unblkdiag    - Extracts diagonal blocks
31%   dissect      - Dissect SDP constraint
32%   checkset     - Checks constraint violations for current solution
33%   dual         - Extract dual variable related to a constraint SET
34%   sosd         - Extract SOS decomposition
35%   double       - Convert SET object to double
36%   linearize    - Linearize all constraints
37%   is           - Checks property of constraint
38%   plot         - Plot feasible set. For on-line help: help lmi/plot
39%   hull         - construct convex hull of SET objects: help lmi/hull
40%
41% Optimization related.
42%   sdpsettings  - Create an options structure
43%   solvesdp     - Computes solution to optimization problem
44%   solvesos     - Sum of squares decomposition of polynomial
45%   solvemoment  - Lasserre's moment relaxation for polynomial programming
46%   solvemp      - Solve multi-parametric program
47%
48% Auxillary
49%   export       - Export YALMIP model to various solver formats
50%   yalmip       - Various administrative stuff
51%   savesdpafile - Saves a problem definition in the SDPA format
52%   yalmipdemo   - Brief tutorial and examples.
53%   yalmiptest   - Runs a number of test problems.
54%
55
56% Author Johan Löfberg
57% $Id: Contents.m,v 1.41 2006/10/24 15:16:24 joloef Exp $   
Note: See TracBrowser for help on using the repository browser.