代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/457742/7318225
m l2l2_resection.m
function [H,iter]=l2l2_resection(u,U,epsperc,maxerror,maxiter);
% Computes optimal homography or projection matrix of size (m+1)x(n+1), where m
www.eeworm.com/read/456209/7353874
sci spy.sci
function spy(A)
// display not zero entries of a sparse matrix.
[i,j] = find(A);
plot(i,j,'.');
endfunction
www.eeworm.com/read/456193/7354714
m fex_nrloop.m
function fex_nrloop(tol,itermax)
% FEX_NRLOOP -> called by FEX_ABCD
% Perform Newton Raphson for non linear algebraic equation
% solution
%
% Author: Alberto Del Rosso
% Date: June 2004
%
www.eeworm.com/read/456193/7354804
m fm_statcom.m
function fm_statcom(flag)
% FM_STATCOM defines Statcom components
%
% FM_STATCOM(FLAG)
% FLAG = 0 initialization
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
%
www.eeworm.com/read/456193/7355005
m fm_sssc.m
function fm_sssc(flag)
% FM_SSSC define Static Synchronous Series Compensators - SSSC
%
% FM_SSSC(FLAG)
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
% FLAG = 3 diff
www.eeworm.com/read/456193/7355008
m fm_thload.m
function fm_thload(flag)
% FM_THLOAD defines Thermostatically Controlled Loads
%
% FM_THLOAD(FLAG)
% FLAG = 0 initialization
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jaco
www.eeworm.com/read/456193/7355054
m fm_upfc.m
function fm_upfc(flag)
% FM_UPFC define Unified Power Flow Controller - UPFC
%
% FM_UPFC(FLAG)
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
% FLAG = 3 differential
www.eeworm.com/read/456193/7355059
m fm_ssr.m
function fm_ssr(flag)
% FM_SSR Model of the synchronous machine with shaft dynamics and compensated line
%
% FM_SSR(FLAG)
% FLAG = 0 initializations
% FLAG = 1 algebraic equations
%
www.eeworm.com/read/456193/7355116
m fm_phs.m
function fm_phs(flag)
%FM_PHS defines Phase Shifting Transformer
%
%Data Format Phs.con:
% col #1: Bus 1 number
% col #2: Bus 2 number
% col #3: Power rate [MVA]
%
www.eeworm.com/read/456193/7355136
m fm_sofc.m
function fm_sofc(flag)
% FM_SOFC define Solyd Oxyde Fuel Cells
%
% FM_SOFC(FLAG)
% FLAG = 0 -> initialization
% FLAG = 1 -> algebraic equations
% FLAG = 2 -> algebraic Jacobians
%