代码搜索:Matrices

找到约 3,616 项符合「Matrices」的源代码

代码结果 3,616
www.eeworm.com/read/193277/8241866

m mpt_project_on_equality.m

function [Matrices,infeasible] = mpt_project_on_equality(Matrices) % Projects the whole mp(Q)LP problem on Aeq*U + Beq*x = beq infeasible = 0; if length(Matrices.beq) > 0 [ii,jj,kk]=
www.eeworm.com/read/193277/8241871

m mpt_project_back_equality.m

function [Fi,Gi,details] = mpt_project_back_equality(Matrices,Fi,Gi,details,OriginalMatrices); if isempty(Matrices.getback) return else %Original solution given by S1*z+S2*x+S3 S1 = M
www.eeworm.com/read/193277/8241875

m mpt_solvenode.m

function model = mpt_solvenode(Matrices,lower,upper,OriginalModel,model,options) % This is the core code. Lot of pre-processing to get rid of strange stuff % arising from odd problems, big-M etc etc
www.eeworm.com/read/193277/8241885

m mpt_parbb.m

function model = mpt_parbb(Matrices,options) % For simple development, the code is currently implemented in high-level % YALMIP and MPT code. Hence, a substantial part of the computation time is
www.eeworm.com/read/193277/8242561

m getbase.m

function Q=getbase(X) %GETBASE Internal function to extract all base matrices % Author Johan L鰂berg % $Id: getbase.m,v 1.1 2006/08/10 18:00:20 joloef Exp $ Q=double(X.basis);
www.eeworm.com/read/193277/8242846

m dec2decbin.m

function s=dec2bin(d,n) %DEC2BIN Internal function generate binary matrices % Author Johan L鰂berg % $Id: dec2decbin.m,v 1.2 2004/07/02 08:17:30 johanl Exp $ [f,e]=log2(max(d)); % How many digi
www.eeworm.com/read/193277/8242893

m see.m

function see(X,showfull) %SEE Displays internal structure of variable % % Shows the base matrices that build up the variable % % X = X0+x_1*X1+x_2*X2+... % % SEE(X) Disp
www.eeworm.com/read/193277/8243055

m callmplcp.m

function output = callmpt(interfacedata) % Author Johan L鰂berg % $Id: callmplcp.m,v 1.1 2006/03/30 13:28:06 joloef Exp $ % Speeds up solving LPs in mpmilp global mptOptions if ~isstruct(mptOp
www.eeworm.com/read/193277/8243384

m getbase.m

function Q=getbase(X) %GETBASE Internal function to extract all base matrices % Author Johan L鰂berg % $Id: getbase.m,v 1.3 2005/10/12 16:05:54 joloef Exp $ Q=double(X.basis);
www.eeworm.com/read/294203/8246846

m diag.m

function d = diag(v, k) % DIAG Diagonal matrices and diagonals of a matrix. % (Quaternion overloading of standard Matlab function.) % Copyright