代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/431224/8697714
m fxcall.m
function Fxcall(a)
global DAE
if ~a.n, return, end
T = DAE.x(a.T);
x = DAE.x(a.x);
G = DAE.y(a.G);
V = a.u.*DAE.y(a.vbus);
Kp = a.u.*a.con(:,3);
Ki = a.u.*a.con(:,4);
Ti = a.con(:,5);
T1 = a.con(:,
www.eeworm.com/read/431224/8698640
m fxcall.m
function Fxcall(a)
global DAE Settings Wind
if ~a.n, return, end
Wn = 2*pi*Settings.freq;
notu = ~a.u;
omega_t = DAE.x(a.omega_t)+notu;
omega_m = DAE.x(a.omega_m);
gamma = DAE.x(a.gamma);
e1r = a.
www.eeworm.com/read/384940/8828171
m fxcall.m
function Fxcall(a)
global DAE
if ~a.n, return, end
V = DAE.y(a.vbus);
ist = DAE.x(a.ist);
Kr = a.con(:,5);
Tr = a.con(:,6);
ist_max = a.con(:,7);
ist_min = a.con(:,8);
DAE.Fx = DAE.Fx - sparse(a.i
www.eeworm.com/read/384940/8829748
m gcall.m
function gcall(a)
global DAE
if ~a.n, return, end
omega_m = DAE.x(a.omega_m);
iqs = DAE.x(a.iqs);
idc = DAE.x(a.idc);
ids = DAE.y(a.ids);
V = DAE.y(a.vbus);
t = DAE.y(a.bus);
st = sin(t);
ct = cos
www.eeworm.com/read/384940/8831463
m fxcall.m
function Fxcall(a)
global DAE
if ~a.n, return, end
T = DAE.x(a.T);
x = DAE.x(a.x);
G = DAE.y(a.G);
V = a.u.*DAE.y(a.vbus);
Kp = a.u.*a.con(:,3);
Ki = a.u.*a.con(:,4);
Ti = a.con(:,5);
T1 = a.con(:,
www.eeworm.com/read/384940/8832625
m fxcall.m
function Fxcall(a)
global DAE Settings Wind
if ~a.n, return, end
Wn = 2*pi*Settings.freq;
notu = ~a.u;
omega_t = DAE.x(a.omega_t)+notu;
omega_m = DAE.x(a.omega_m);
gamma = DAE.x(a.gamma);
e1r = a.
www.eeworm.com/read/383950/8909151
c mod2convert.c
/* MOD2CONVERT.C - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this pr
www.eeworm.com/read/383950/8909233
c mod2convert.c
/* MOD2CONVERT.C - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this pr
www.eeworm.com/read/383950/8909318
c mod2convert.c
/* MOD2CONVERT.C - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this pr
www.eeworm.com/read/383950/8909376
c mod2convert.c
/* MOD2CONVERT.C - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this pr