资源简介

The CVX package includes the program files, the users’ guide, and the complete example library. CVX 2013年1月最新版本,包含规划文件、用户手册以及相关示例,是凸优化算法非常好的MATLAB工具箱。

资源截图

代码片段和文件信息

% 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)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-01-25 22:59  cvx\
     目录           0  2013-01-25 22:58  cvx\structures\
     文件         557  2012-08-17 20:10  cvx\structures\cvx_s_symmetric.m
     文件        2044  2012-08-17 20:10  cvx\structures\cvx_cleanup_structure.m
     文件         951  2012-08-17 20:10  cvx\structures\cvx_s_sparse.m
     文件         402  2012-08-17 20:10  cvx\structures\cvx_s_complex.m
     文件         462  2012-08-17 20:10  cvx\structures\cvx_s_upper_hankel.m
     文件        2398  2012-08-17 20:10  cvx\structures\cvx_create_structure.m
     文件         599  2012-08-17 20:10  cvx\structures\cvx_s_skew_symmetric.m
     文件         288  2012-08-17 20:10  cvx\structures\cvx_s_lower_hessenberg.m
     文件         688  2012-08-17 20:10  cvx\structures\cvx_replicate_structure.m
     文件         915  2012-08-17 20:10  cvx\structures\cvx_s_banded.m
     文件         288  2012-08-17 20:10  cvx\structures\cvx_s_upper_hessenberg.m
     文件         562  2012-08-17 20:10  cvx\structures\cvx_s_symmetric_ut.m
     文件         288  2012-08-17 20:10  cvx\structures\cvx_s_lower_triangular.m
     文件         288  2012-08-17 20:10  cvx\structures\cvx_s_lower_bidiagonal.m
     文件        1688  2012-02-01 21:34  cvx\structures\Contents.m
     目录           0  2013-01-25 22:58  cvx\structures\@cvx\
     文件        1848  2012-08-17 20:10  cvx\structures\@cvx\structures.m
     文件         393  2012-08-17 20:10  cvx\structures\cvx_s_hankel.m
     文件         264  2012-08-17 20:10  cvx\structures\cvx_s_diagonal.m
     文件         274  2012-08-17 20:10  cvx\structures\cvx_s_tridiagonal.m
     文件         288  2012-08-17 20:10  cvx\structures\cvx_s_upper_bidiagonal.m
     文件         812  2012-08-17 20:10  cvx\structures\cvx_s_hermitian.m
     文件         443  2012-08-17 20:10  cvx\structures\cvx_orthog_structure.m
     文件         856  2012-08-17 20:10  cvx\structures\cvx_invert_structure.m
     文件         303  2012-08-17 20:10  cvx\structures\cvx_s_scaled_identity.m
     文件         288  2012-08-17 20:10  cvx\structures\cvx_s_upper_triangular.m
     文件         523  2012-08-17 20:10  cvx\structures\cvx_s_toeplitz.m
     文件        8344  2013-01-25 22:58  cvx\cvx_version.m
     目录           0  2013-01-25 22:58  cvx\keywords\
............此处省略1721个文件信息

评论

共有 条评论