代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/418304/10954775
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/418304/10954781
m fm_pss.m
function fm_pss(flag)
% FM_PSS define Power System Stabilizers
%
% FM_PSS(FLAG)
% FLAG = 0 initialization
% FLAG = 3 differential equations
% FLAG = 4 state matrix
% FLAG = 5
www.eeworm.com/read/418304/10955276
m fm_ddsg.m
function fm_ddsg(flag)
% FM_DDSG define a direct drive synchronous generator wind turbine
%
% FM_DDSG(FLAG)
% FLAG = 0 initializations
% FLAG = 1 algebraic equations
% FLAG = 2 algeb
www.eeworm.com/read/418304/10955280
m gams.m
function [n,idx,data] = gams(a)
global Bus
n = int2str(a.n);
idx = sparse(a.bus,[1:a.n],1,Bus.n,a.n);
data = zeros(Bus.n,1);
if a.n
data(a.bus) = a.con(:,10);
end
www.eeworm.com/read/418304/10955659
m gams.m
function [n,idx,data] = gams(a)
global Bus
n = int2str(a.n);
idx = sparse(a.bus,[1:a.n],1,Bus.n,a.n);
data = zeros(Bus.n,1);
if a.n
data(a.bus) = a.con(:,11);
end
www.eeworm.com/read/272243/10964469
h mod2convert.h
/* MOD2CONVERT.H - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
www.eeworm.com/read/272243/10964521
h mod2convert.h
/* MOD2CONVERT.H - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
www.eeworm.com/read/272243/10964561
h mod2convert.h
/* MOD2CONVERT.H - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
www.eeworm.com/read/272243/10964603
h mod2convert.h
/* MOD2CONVERT.H - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
www.eeworm.com/read/272243/10964645
h mod2convert.h
/* MOD2CONVERT.H - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program