代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/287830/8666549
m make.m
% This make.m is used under Windows
mex -O -c svm.cpp
mex -O -c svm_model_matlab.c
mex -O svmtrain.c svm.obj svm_model_matlab.obj
mex -O svmpredict.c svm.obj svm_model_matlab.obj
mex -O read_sp
www.eeworm.com/read/431224/8694842
m fxcall.m
function Fxcall(a)
global DAE Settings Wind
if ~a.n, return, end
omega_m = DAE.x(a.omega_m);
theta_p = DAE.x(a.theta_p);
idr = DAE.x(a.idr);
iqr = DAE.x(a.iqr);
vw = DAE.x(getidx(Wind,a.wind));
rho
www.eeworm.com/read/431224/8694851
m gcall.m
function gcall(a)
global DAE
if ~a.n, return, end
omega_m = DAE.x(a.omega_m);
idr = DAE.x(a.idr);
iqr = DAE.x(a.iqr);
V = DAE.y(a.vbus);
t = DAE.y(a.bus);
st = sin(t);
ct = cos(t);
rs = a.con(:,6
www.eeworm.com/read/431224/8695065
m bdmatrix.m
function bdmatrix(a)
global LA DAE
LA.b_statcom = [];
LA.d_statcom = [];
if ~a.n
fm_disp('* * * No Statcom device found')
return
end
Fu = sparse(DAE.n,a.n);
Gu = sparse(a.vref,1:a.n,a.u,D
www.eeworm.com/read/431224/8695208
m bdmatrix.m
function bdmatrix(a)
global LA DAE
LA.b_hvdc = [];
LA.d_hvdc = [];
if ~a.n
fm_disp('* * * No HVDC device found')
return
end
iyr = 1:2:2*a.n;
iyi = 2:2:2*a.n;
uI = a.u.*a.dat(:,9);
uP = a
www.eeworm.com/read/431224/8695340
m bdmatrix.m
function bdmatrix(a)
global LA DAE
LA.b_sssc = [];
LA.d_sssc = [];
if ~a.n
fm_disp('* * * No SSSC device found')
return
end
iv = find(a.con(:,2) == 1); % index - operation mode V constan
www.eeworm.com/read/431224/8695360
m fxcall.m
function Fxcall(a)
global DAE Syn
if ~a.n, return, end
type = a.con(:,2);
ty1 = find(type == 1);
ty2 = find(type == 2 | type == 4);
ty3 = find(type == 3 | type == 5);
tya = find(type > 1);
tyb = fi
www.eeworm.com/read/431224/8695877
m fm_opfsdr.m
function fm_opfsdr
%FM_OPFSDR solve the OPF-based electricity market problem by means of
% an Interior Point Method with a Merhotra Predictor-Corrector
% or Newton direction techniq
www.eeworm.com/read/431224/8696158
m fxcall.m
function Fxcall(a)
global DAE Settings Wind
if ~a.n, return, end
omega_m = DAE.x(a.omega_m);
theta_p = DAE.x(a.theta_p);
iqs = DAE.x(a.iqs);
idc = DAE.x(a.idc);
vw = DAE.x(getidx(Wind,a.wind));
rho
www.eeworm.com/read/431224/8697087
m bdmatrix.m
function bdmatrix(a)
global LA DAE
LA.b_avr = [];
LA.d_avr = [];
if ~a.n
fm_disp('* * * No automatic voltage control found')
return
end
Fu = sparse(DAE.n,a.n);
Gu = sparse(a.vref,1:a.n,a.u