代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/263516/11358505
m fm_cswt.m
function fm_cswt(flag)
% FM_CSWT define Constant Speed Wind Turbine
%
% FM_CSWT(FLAG)
% FLAG = 0 initializations
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
www.eeworm.com/read/263516/11358768
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 tech
www.eeworm.com/read/263516/11358775
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
% FL
www.eeworm.com/read/409085/11358778
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/263516/11359289
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
www.eeworm.com/read/263516/11359297
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/263516/11359623
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/405208/11469495
m ldpc_decode_logforofdm.m
function [x_hat,success,kk]=ldpc_decode_logforOFDM(r,sigma,H)
[ii,jj,sH]=find(H);
[M,N]=size(H);afam=sparse(M,1);
indx=sub2ind(size(H),ii,jj);
lamta_n0=2*r./sigma/sigma*0.8862;lamta_n=lamta_n0;%*0
www.eeworm.com/read/347945/11623558
m recover.m
function varargout = recover(lmi_variables)
%RECOVER Create SDPVAR object using variable indicies
% Author Johan L鰂berg
% $Id: recover.m,v 1.9 2007/07/26 22:49:36 joloef Exp $
if isempty(lmi_v
www.eeworm.com/read/347945/11624531
m ipoptgp_callback_dg.m
function G = ipopt_callback_dg(x,returnStructOnly,prob)
if returnStructOnly
G = sparse(ones(max(prob.map)+size(prob.G,1),size(prob.A,2)));
return
end
% Compute the nonlinear terms in