source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/opt/lmirank/README.txt @ 37

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

Added original make3d

File size: 847 bytes
Line 
1
2
3INSTALLATION:
4
5* Unzipping lmirank.zip creates a directory \lmirank
6* Place this directory in your MATLAB path
7* If you would like to use lmirank without specifying initial
8  conditions, either ensure SeDuMi is installed or else
9  call lmirank via YALMIP. In the latter case, you still need
10  to have a SDP solver installed that is recognized by YALMIP.
11
12
13TESTING:
14
15* To test that lmirank.m is working, run lmiranktest.m:
16
17    [At,c,K,yfeas,y,info] = lmiranktest;
18
19  lmiranktest will generate a feasible problem and try to
20  solve it using lmirank.
21* If you have both SeDuMi and YALMIP installed, a second test
22  can be run:
23       
24    [A,Bperp,Ctperp,y,info,X,Y] = lmiranktest2;
25
26  Type
27
28    help lmiranktest2
29
30  for an explanation of this test.
31
32
33
34
35Feedback is very welcome.
36
37
38Robert Orsi, Australian National University.
39robert.orsi@anu.edu.au
Note: See TracBrowser for help on using the repository browser.