代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/474012/6828690
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/473219/6848827
m dual.m
function sys = dual(X)
%DUAL Extract dual variable
%
% Z = DUAL(F) Returns the dual variable for the constraint F
%
% See also SET, SOLVESDP
% Author Johan L鰂berg
% $Id: dual.
www.eeworm.com/read/473219/6848846
m see.m
function see(F)
%see Displays internal structure of matrix variable in a constraint
% Author Johan L鰂berg
% $Id: see.m,v 1.3 2005/02/08 16:11:17 johanl Exp $
if length(F.clauses)
www.eeworm.com/read/473219/6848885
m recdef.m
function [w,F,DefinedMonoms] = recdef(pow,F,DefinedMonoms,setinitials);
% Author Johan L鰂berg
% $Id: recdef.m,v 1.3 2005/04/29 08:05:01 joloef Exp $
% Recursively define monomial x(pow(1))*x(po
www.eeworm.com/read/473219/6848922
m issymmetric.m
function issym=issymmetric(X)
%ISSYMMETRIC Check if variable is symmetric
% Author Johan L鰂berg
% $Id: issymmetric.m,v 1.2 2004/07/02 08:17:31 johanl Exp $
[n,m] = size(X);
issym = 0;
if
www.eeworm.com/read/473219/6848966
m display.m
function F = display(X)
% DISPLAY Overloaded
% Author Johan L鰂berg
% $Id: display.m,v 1.2 2005/05/25 16:14:25 joloef Exp $
try
X = sdpvar(X);
display(X);
catch
disp('Incomplete
www.eeworm.com/read/473219/6848970
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/473219/6849099
m getbasevectorwithoutcheck.m
function Q=getbasevectorwithoutcheck(X,ind)
%GETBASEVECTORWITHOUTCHECK Internal function to extract basematrix for variable ind
% Author Johan L鰂berg
% $Id: getbasevectorwithoutcheck.m,v 1.2 200
www.eeworm.com/read/473219/6849116
m isinteger.m
function isint=isinteger(X)
%ISINTEGER Check if (part of) a variable is integer
% Author Johan L鰂berg
% $Id: isinteger.m,v 1.2 2004/07/01 11:17:11 johanl Exp $
isint = any(ismember(getvaria