代码搜索:Variables
找到约 10,000 项符合「Variables」的源代码
代码结果 10,000
www.eeworm.com/read/193277/8242807
m see.m
function see(X)
% SEE (overloaded)
% Author Johan L鰂berg
% $Id: see.m,v 1.2 2006/07/13 19:40:59 joloef Exp $
disp('Constant matrix');disp(' ')
disp(full(getbasematrix(X,0)))
disp('Base matri
www.eeworm.com/read/193277/8243383
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/8243388
m getvariables.m
function varargout = getvariables(X,whatvars)
%GETVARIABLES Returns variable indicies to variables used in a SDPVAR object
%
% i = getvariables(x)
%
% Input
% x : SDPVAR object
% Output
%
www.eeworm.com/read/193277/8243501
m depends.m
function LinearVariables = depends(x)
%DEPENDS Returns indicies to variables used in an SDPVAR object
%
% i = depends(x)
%
% Input
% x : SDPVAR object
% Output
% i : DOUBLE
% Author
www.eeworm.com/read/121089/6070096
h switch.h
/***
* switch.h
*
* Copyright 1985, 1986, 1987 Microsoft Corporation
*
*******************************************************************************/
/*=================================
www.eeworm.com/read/347945/11624001
m assign.m
function assign(X,value,ls)
%ASSIGN Assigns a numerical value to an sdpvar
%
% ASSIGN(X,value) Tries to set the free variables in X so that
% double(X)=value. Notice that oth
www.eeworm.com/read/347945/11624171
m setsdpvar.m
function setsdpvar(X,value,ls)
%SETSDPVAR Obsolete, use ASSIGN instead
% Author Johan L鰂berg
% $Id: setsdpvar.m,v 1.1 2006/08/10 18:00:22 joloef Exp $
if nargin
www.eeworm.com/read/347945/11625754
m setsdpvar.m
function setsdpvar(X,value,ls)
%SETSDPVAR Obsolete, use ASSIGN instead
% Author Johan L鰂berg
% $Id: setsdpvar.m,v 1.6 2005/04/29 08:05:01 joloef Exp $
if nargin
www.eeworm.com/read/473219/6848828
m catsdp.m
function [catstring,integer_variables,binary_variables,parametric_variables,quad_info] = catsdp(F,G,h,relax)
%catsdp Internal function: tries to determine the type of
%optimization problem
www.eeworm.com/read/473219/6849166
m setsdpvar.m
function setsdpvar(X,value,ls)
%SETSDPVAR Obsolete, use ASSIGN instead
% Author Johan L鰂berg
% $Id: setsdpvar.m,v 1.6 2005/04/29 08:05:01 joloef Exp $
if nargin