contents.m

来自「% Atomizer Main Directory, Version .802 」· M 代码 · 共 16 行

M
16
字号
% PDSCO:Contents -- Primal-Dual Log Barrier Solver%------------------------------------------------------------------------%% This directory contains the interior-point solver "pdsco"% and files associated with the BP_Interior2 and BPDN_Interior2 solvers.%% pdsco           - Primal-dual log barrier solver for optimization of%                   a separable convex objective function f(x)%                   subject to linear constraints Ax = b and bounds x > 0% pdscoSet        - Sets and displays options for pdsco% BP_obj          - Defines f(x) and derivatives for   BP_Interior2% BP_mat          - Defines A*x and A'*y         for   BP_Interior2% BPDN_obj        - Defines f(x) and derivatives for BPDN_Interior2% BPDN_mat        - Defines A*x and A'*y         for BPDN_Interior2%------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?