代码搜索:Variables
找到约 10,000 项符合「Variables」的源代码
代码结果 10,000
www.eeworm.com/read/193277/8241982
m preprocess_bilinear_bounds.m
function p = preprocess_bilinear_bounds(p)
% if ~isempty(p.bilinears)
% quadratics = find(p.bilinears(:,2) == p.bilinears(:,3));
% for i = quadratics(:)'
% if ismember(p.bilinea
www.eeworm.com/read/193277/8241988
m domain_reduction.m
function [p,feasible,vol_reduction] = domain_reduction(p,upper,lower,lpsolver,xmin);
% This is just too expensive
t1 = p.binary_variables;
t2 = p.integer_variables;
p.binary_variables = [];
p.int
www.eeworm.com/read/193277/8241997
m tightenbounds.m
function [lb,ub,redundant,psstruct,infeasible] = tightenbounds(A,b,lb,ub,integer_variables,binary_variables,changed_bounds);
%TIGHTENBOUNDS Internal function to perform bound tightening
% Author J
www.eeworm.com/read/193277/8242668
m setpolynomials.m
function setpolynomials
%SETPOLYNOMIALS Internal function
% Author Johan L鰂berg
% $Id: setpolynomials.m,v 1.3 2005/04/29 08:05:01 joloef Exp $
solution = sdpvar('getSolution');
lmi_variables
www.eeworm.com/read/247722/12625020
plugin apache prior 2.0.49 mod_php global variables information disclosure.plugin
255
Apache prior 2.0.49 mod_php global variables information disclosure
HTTP
2004/09/21
www.eeworm.com/read/203139/15364979
pdf csharp_module 8_using reference-type variables.pdf
www.eeworm.com/read/203139/15364992
pdf csharp-module 3_using value-type variables.pdf
www.eeworm.com/read/473219/6849091
m conv.m
function Z=conv(X,Y)
%CONV (overloaded)
% Author Johan L鰂berg
% $Id: conv.m,v 1.1 2005/03/01 21:50:04 johanl Exp $
x_lmi_variables = X.lmi_variables;
n = X.n;
m = X.m;
Z=X;
Z.basis=[
www.eeworm.com/read/473219/6849133
m triu.m
function Y=triu(X,r)
%TRIU (overloaded)
% Author Johan L鰂berg
% $Id: triu.m,v 1.3 2005/02/02 17:10:22 johanl Exp $
if nargin==1
r = 0;
end
Y = X;
x_lmi_variables = X.lmi_variab
www.eeworm.com/read/473219/6849178
m diag.m
function Y=diag(X,k)
%DIAG (overloaded)
% Author Johan L鰂berg
% $Id: diag.m,v 1.3 2005/01/21 08:30:33 johanl Exp $
Y = X;
n = X.n;
m = X.m;
if nargin == 1
k = 0;
end
% If it i