-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContents.m
19 lines (19 loc) · 1.15 KB
/
Contents.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% VSDP-2006-NG
%
% Files
% demovsdp - Demonstration of VSDP: Verified SemiDefinite Programming
% mysdps - My Semidefinite Programming solver for the block-diagonal problem:
% SDP_GLOBALPARAMETER - Copyright 2004-2006 Christian Jansson ([email protected])
% sdpa_to_vsdp - Import problem in SDPA sparse format to VSDP's format.
% sdpt3_to_vsdp - Convert SDPT3 to VSDP format.
% veigsym - Verified enclosure for all eigenvalues of a symmetric matrix.
% vsdp_to_sdpt3 - Convert VSDP to SDPT3 format.
% vsdpcheck - Routine for checking the VSDP format.
% vsdpinfeas - Infeasibility-check for the block-diagonal problem:
% vsdplow - Rigorous upper bound for the min. value of the block-diagonal problem:
% vsdpTest - Runs a Matlab testsuite for VSDP (version 2006).
% vsdpup - Rigorous upper bound for the min. value of the block-diagonal problem:
% vsmat - Inverse operation of 'vsvec'.
% vsvec - Vectorize a symmetric block diagonal matrix.
% vuls - Verification for underdetermined linear systems.
%