代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/418304/10955102
m psidx.m
function idx = psidx(a,k)
global Bus
idx = sparse(a.bus,[1:a.n],k,Bus.n,a.n);
www.eeworm.com/read/418304/10955387
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/418126/10964861
m omp.m
function [A]=OMP(D,X,L);
%=============================================
% Sparse coding of a group of signals based on a given
% dictionary and specified number of atoms to use.
% input argumen
www.eeworm.com/read/417661/10981178
rsp sparsesvd_master.rsp
sparsesvd.obj sparse_rank_one_mex.obj mexversion.res
www.eeworm.com/read/255778/6933829
m dsdp2.m
%*****************************************************************************
% DSDP5: Dual Scaling Algorithm for Positive Semidefinite Programming
% Copyright (c) 2002 by
% S. J. Benson, Y. Ye
% La
www.eeworm.com/read/458493/7295676
m demosparse.m
% demoSparse Script demonstrating some sparse matrix commands
%
clc
echo on
% --- Create a sparse matrix, then assign element values one at at time
S = spalloc(5,5,18); % 5 x 5 sparse
www.eeworm.com/read/458488/7296101
m demosparse.m
% demoSparse Script demonstrating some sparse matrix commands
%
clc
echo on
% --- Create a sparse matrix, then assign element values one at at time
S = spalloc(5,5,18); % 5 x 5 sparse
www.eeworm.com/read/456193/7354709
m fm_pl.m
function fm_pl(flag)
% FM_PL define Polinomial Loads
%
% FM_PL(FLAG)
% FLAG -> 0 initialization
% FLAG -> 1 algebraic equations
% FLAG -> 2 algebraic Jacobians
%
%Author: Federico
www.eeworm.com/read/456193/7354711
m fm_jimma.m
function fm_jimma(flag)
% FM_JIMMA defines Mixed Loads
%
% FM_JIMMA(FLAG)
% FLAG = 0 initialization
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
% FLAG = 3 di
www.eeworm.com/read/456193/7354713
m fm_y.m
function fm_y
%FM_Y build admittance matrix
%
%FM_Y
%
%see also FM_LF and DAE, Bus and Line structures
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Version: 1.0.0
%
%E-mail: fmilano@thu