📄 contents.m
字号:
% MCTTRC - Functions and scripts that apply linear programming approaches to
% solve the Minimum Cost to Time Ratio Cycle problem.
%
% Fast_A -- Compute A*x; to be used in LP_Interior
% Fast_AT -- A transpose; to be used in LP_Interior
% GNDPixel -- generate normal direction at pixel level
% GNDSquare -- generate normal direction for a Square
% GenDblCntBeamMat -- Generate (at least) double counted beamlet matrix
% GenDiagElemMat -- Generate indicator matrix for degenerated beamlets: (v,v)
% GenNetFlowMat -- Generate Network Flow Matrix
% GenNormalDirec -- Generate normal direction for beamlets
% IfExistAtFinerScale -- if the beamlet at current scale also exists in
% finer scale
% LP_Interior -- Primal-dual damped Newton method for solving a linear program
% in standard form.
% LocAtFinerScale -- locations at finer scale
% MCTTRC_LP -- find Minimum Cost to Time Ratio Cycle through Linear Programming
% MCTTRC_pdsco -- find Minimum Cost to Time Ratio Cycle through Linear
% Programming by calling 'pdsco'
% MCTTRC_pdsco_rz -- find Minimum Cost to Time Ratio Cycle through Linear
% Programming by calling 'pdsco', eliminate
% have-to-be-zero variables in advance.
% MinMeanCycle -- Finding minimum mean cycle in an beamlet graph
% PullCycles -- Pull cycles out of "x"
% make_L_shape -- making an L shaped image.
% make_circle -- make a circular object
% make_comet -- make a comet like image
% make_square -- make a square object
% make_tank -- Make a tank image
% make_triangle -- Make a triangular object
%
%% Part of BeamLab Version:1.1% Built:Thursday,14-Feb-2002 00:00:00% This is Copyrighted Material% For Copying permissions see COPYING.m% Comments? e-mail beamlab@stat.stanford.edu%%% Part of BeamLab Version:200% Built:Friday,23-Aug-2002 00:00:00% This is Copyrighted Material% For Copying permissions see COPYING.m% Comments? e-mail beamlab@stat.stanford.edu%%% Part of BeamLab Version:200% Built:Saturday,14-Sep-2002 00:00:00% This is Copyrighted Material% For Copying permissions see COPYING.m% Comments? e-mail beamlab@stat.stanford.edu%
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -