forked from whuang08/ROPTLIB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Compile_All.m
66 lines (64 loc) · 2.25 KB
/
Compile_All.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
% Compile all test problems in Matlab
fprintf('Compiling ComplexToReal...\n');
MyMex ComplexToReal
fprintf('Compiling DriverMexProb...\n');
MyMex DriverMexProb
fprintf('Compiling RealToComplex...\n');
MyMex RealToComplex
fprintf('Compiling TestCFR2BlindDecon2D...\n');
MyMex TestCFR2BlindDecon2D
fprintf('Compiling TestCFR2BlindDeconvolution...\n');
MyMex TestCFR2BlindDeconvolution
fprintf('Compiling TestCSO...\n');
MyMex TestCSO
fprintf('Compiling TestCSOPhaseRetrieval...\n');
MyMex TestCSOPhaseRetrieval
fprintf('Compiling TestElasticCurvesRO...\n');
MyMex TestElasticCurvesRO
fprintf('Compiling TestEucBlindDeconvolution...\n');
MyMex TestEucBlindDeconvolution
fprintf('Compiling TestEucFrechetMean...\n');
MyMex TestEucFrechetMean
fprintf('Compiling TestEucPosSpCd...\n');
MyMex TestEucPosSpCd
fprintf('Compiling TestEucQuadratic...\n');
MyMex TestEucQuadratic
fprintf('Compiling TestGrassRQ...\n');
MyMex TestGrassRQ
fprintf('Compiling TestKarcherMean...\n');
MyMex TestKarcherMean
fprintf('Compiling TestLRBlindDeconvolution...\n');
MyMex TestLRBlindDeconvolution
fprintf('Compiling TestLRMatrixCompletion...\n');
MyMex TestLRMatrixCompletion
% MyMex TestMyMatrix; This can not be used in Matlab
fprintf('Compiling TestOrthBoundingBox...\n');
MyMex TestOrthBoundingBox
% MyMex TestPreShapePathStraighten; This is not done yet. Yaqing TODO
% MyMex TestShapePathStraighten; This is not done yet. Yaqing TODO
fprintf('Compiling TestProduct...\n');
MyMex TestProduct
fprintf('Compiling TestProductExample...\n');
MyMex TestProductExample
fprintf('Compiling TestSimpleExample...\n');
MyMex TestSimpleExample
fprintf('Compiling TestSparsePCA...\n');
MyMex TestSparsePCA
fprintf('Compiling TestSPDMean...\n');
MyMex TestSPDMean
fprintf('Compiling TestSPDTensorDL...\n');
MyMex TestSPDTensorDL
fprintf('Compiling TestSphereRayQuo...\n');
MyMex TestSphereRayQuo
fprintf('Compiling TestSphereSparsestVector...\n');
MyMex TestSphereSparsestVector
fprintf('Compiling TestStieBrockett...\n');
MyMex TestStieBrockett
fprintf('Compiling TestStieSoftICA...\n');
MyMex TestStieSoftICA
fprintf('Compiling TestStieSparseBrockett...\n');
MyMex TestStieSparseBrockett
fprintf('Compiling TestTestSparsePCA...\n');
MyMex TestTestSparsePCA
fprintf('Compiling TestWeightedLowRank...\n');
MyMex TestWeightedLowRank