代码搜索:sparse

找到约 3,324 项符合「sparse」的源代码

代码结果 3,324
www.eeworm.com/read/191935/8415807

developer readme.developer

These are sparse notes I take for myself. You may find them useful * Running a spare 4.0.x server ./bin/XFree86 -verbose 99 -xf86config XF4.cfg -modulepath /usr/X11R6-403/lib/modules :1 * Running
www.eeworm.com/read/291439/8418912

m redbusad.m

function Yred=redbusad(Y,M) % Yred=RedBusAd(Y,M) returns the reduced bus admittance matrix, for % a network with full admittance matrix Y and in which the last M % buses are to be eliminated. If Y
www.eeworm.com/read/291439/8419431

m redbusad.m

function Yred=redbusad(Y,M) % Yred=RedBusAd(Y,M) returns the reduced bus admittance matrix, for % a network with full admittance matrix Y and in which the last M % buses are to be eliminated. If Y
www.eeworm.com/read/289178/8570272

m run.m

[y,xt] = read_sparse('../heart_scale'); model=train(y, xt) [l,a]=predict(y, xt, model);
www.eeworm.com/read/431224/8694701

m gcall.m

function a = gcall(a) global DAE if ~a.n, return, end V1 = DAE.y(a.v1); V2 = DAE.y(a.v2); a1 = DAE.y(a.bus1); a2 = DAE.y(a.bus2); vp = DAE.x(a.vp); vq = DAE.x(a.vq); iq = DAE.x(a.iq); a.gamma = f
www.eeworm.com/read/431224/8694757

m gycall.m

function Gycall(a) global DAE if ~a.n, return, end V1 = DAE.y(a.v1); V2 = DAE.y(a.v2); a1 = DAE.y(a.bus1); a2 = DAE.y(a.bus2); vp = DAE.x(a.vp); vq = DAE.x(a.vq); iq = DAE.x(a.iq); ss = sin(a1-a2
www.eeworm.com/read/431224/8694774

m fxcall.m

function Fxcall(a) global DAE if ~a.n, return, end iTf = a.u./a.con(:,5); Kv = a.u.*a.con(:,12); DAE.Fx = DAE.Fx + sparse(a.x,a.x,-iTf,DAE.n,DAE.n); DAE.Fy = DAE.Fy + sparse(a.x,a.vbus,-iTf.*iTf,D
www.eeworm.com/read/431224/8694826

m gycall.m

function Gycall(a) global DAE if ~a.n, return, end V1 = DAE.y(a.vbus); Tf = a.con(:,5); Plz = a.con(:,6); Pli = a.con(:,7); Qlz = a.con(:,9); Qli = a.con(:,10); Kv = a.con(:,12); V1_0 = a.dat(:,1);
www.eeworm.com/read/431224/8695069

m gycall.m

function Gycall(a) global DAE if ~a.n, return, end DAE.Gy = DAE.Gy ... - sparse(a.vbus,a.vbus,a.u.*DAE.x(a.ist),DAE.m,DAE.m) ... - sparse(a.vref,a.vref,1,DAE.m,DAE.m);
www.eeworm.com/read/431224/8695088

m fxcall.m

function Fxcall(a) global DAE if ~a.n, return, end Ik = DAE.x(a.Ik); Vk = DAE.x(a.Vk) + (~a.u); Vs = DAE.y(a.vbus); pH2 = DAE.x(a.pH2) + (~a.u); pH2O = DAE.x(a.pH2O) + (~a.u); pO2 = DAE.x(a.pO2) +