代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/456193/7354719
m fm_b.m
function fm_b
% FM_B build admittance matrix B' and B" for fast decoupled
% power flow solution (FDPF)
%
% FM_B
%
%see also FM_Y and Settings
%
%Author: Federico Milano
%Date: 11-Nov-2002
www.eeworm.com/read/456193/7354793
m fm_busfreq.m
function fm_busfreq(flag)
%FM_BUSFREQ defines bus frequency measurement
%
%
%Author: Federico Milano
%Date: 19-Dec-2003
%Version: 1.0.0
%
%E-mail: fmilano@thunderbox.uwaterloo.ca
%Web-si
www.eeworm.com/read/456193/7355083
m fm_mn.m
function fm_mn(flag)
% FM_MN defines Monomial Loads
%
% FM_MN(FLAG)
% FLAG = 0 initialization
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
%
%Author: Federico Mil
www.eeworm.com/read/456193/7355096
m fm_flows.m
function [Fij, Jij, Hij, Fji, Jji, Hji] = fm_flows(type, mu1, mu2)
% FM_FLOWS compute current, active power and apparent power flow
% in transmission lines and the associated Jacobian and
%
www.eeworm.com/read/456193/7355107
m fm_mat.m
function cdata = fm_mat(filename)
% FM_MAT filter images for fitting GUI appearance
%
% CDATA = FM_MAT(FILENAME)
% FILENAME bitmap file name without extension (string)
% CDATA MxNx3 array cont
www.eeworm.com/read/456193/7355125
m fm_exload.m
function fm_exload(flag)
% FM_EXLOAD defines exponential recovery load
%
% FM_EXLOAD(FLAG)
% FLAG = 0 -> initialization
% FLAG = 1 -> algebraic equations
% FLAG = 2 -> algebraic Jac
www.eeworm.com/read/456193/7355138
m fm_fl.m
function fm_fl(flag)
% FM_FL define General Exponential Voltage Frequency Dependent Loads
%
%FM_FL(FLAG)
% FLAG = 0 initialization
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic
www.eeworm.com/read/449504/7502852
m lndetfull.m
function out=lndetfull(W,lmin,lmax)
% PURPOSE: computes Pace and Barry's grid for log det(I-rho*W) using sparse matrices
% -----------------------------------------------------------------------
% USA
www.eeworm.com/read/449504/7502885
m normw_d.m
% PURPOSE: An example of using normw() to produce a normalized 1st order contiguity matrix
%
%---------------------------------------------------
% USAGE: normw_d
%----------------------
www.eeworm.com/read/449504/7502980
m sac_gmm.m
function results=sac_gmm(y,x,W,M,options)
% PURPOSE: computes Generalized Moments Estimates for general spatial model
% y = rho*W*y + XB + u, u = lam*M*u + e
% ---------------------------