-
Notifications
You must be signed in to change notification settings - Fork 86
/
Contents.m
24 lines (23 loc) · 1.31 KB
/
Contents.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
% CVX: A system for disciplined convex programming.
% CVX is a modeling framework for building, constructing, and solving
% disciplined convex programs.
%
% cvx_setup - Sets up and tests the cvx distribution.
% cvx_error - Formats text for inclusion in error messages.
% cvx_license - License processing for CVX Professional.
% cvx_startup - Quietly add CVX to your MATLAB path (for startup).
% cvx_version - Returns version and environment information for CVX.
%
% commands/ - Top-level commands to create and control CVX.
% functions/ - Additional functions created specifically for CVX.
% keywords/ - Keywords for declaring variables and objectives
% lib/ - Code for internal use by CVX.
% sdpt3/ - The SDPT3 semidefinite-quadratic-linear solver.
% sedumi/ - The SeDuMi semidefinite-quadratic-linear solver.
% sets/ - CVX set definitions: nonnegative, semidefinite, etc.
% shims/ - Interface code to connect CVX to solvers.
% structures/ - Matrix structure definitions and utilities.
% doc/ - Documentation (PDF, HTML)
% Copyright 2005-2016 CVX Research, Inc.
% See the file LICENSE.txt for full copyright information.
% The command 'cvx_where' will show where this file is located.