代码搜索:sparse

找到约 3,324 项符合「sparse」的源代码

代码结果 3,324
www.eeworm.com/read/382927/8990227

m f_sarpanel.m

function llike = f_sarpanel(rho,detval,epe0,eped,epe0d,n,T) % PURPOSE: evaluates concentrated log-likelihood for the % spatial panel autoregressive model using sparse matrix algorithms % --------
www.eeworm.com/read/373635/9445346

html itemmatrix-class.html

R: Class “itemMatrix” — Sparse Binary Incidence Matrix to Represent Sets of Items
www.eeworm.com/read/177211/9465077

c ldpc_h2g.c

/* Invert sparse binary H for LDPC*/ /* Author : Igor Kozintsev igor@ifp.uiuc.edu Please let me know if you find bugs in this code (I did test it but I still have some doubts). All othe
www.eeworm.com/read/371082/9569151

c ldpc_h2g.c

/* Invert sparse binary H for LDPC*/ /* Author : Igor Kozintsev igor@ifp.uiuc.edu Please let me know if you find bugs in this code (I did test it but I still have some doubts). All othe
www.eeworm.com/read/163563/10153944

m lp.m

function [xout, lambdaout, howout] = lp(f,A,b,VLB,VUB,x0,N,verbosein) % Functionally equivalent to Optimization Toolbox LP.M, but calls % BPMPD instead; accepts both full and sparse A. % Type "help
www.eeworm.com/read/280592/10312532

m spca.m

function [sl sv pcal pcav paths] = spca(X, Gram, K, lambda, stop, maxiter, trace) % SPCA The SPCA algorithm for computing sparse principal components. % [SL SV PCAL PCAV PATHS] = SPCA(X, Gram, K
www.eeworm.com/read/417661/10981162

c sparsesvd_partialeig_matlab.c

/* Main function sparse_rank_one(double *Amat, int n, double rho, double tol, int MaxIter, double *Xmat, double *Umat, double *uvec, double *Fmat, int WarmStart, int info) SPARSERANKONE finds a spa
www.eeworm.com/read/417661/10981168

c sparsesvd_padedeprecated.c

/* Main function sparse_rank_one(double *Amat, int n, double rho, double tol, int MaxIter, double *Xmat, double *Umat, double *uvec, double *Fmat, int WarmStart, int info) SPARSERANKONE finds a spars
www.eeworm.com/read/417661/10981172

c sparsesvd_pade.c

/* Main function sparse_rank_one(double *Amat, int n, double rho, double tol, int MaxIter, double *Xmat, double *Umat, double *uvec, double *Fmat, int WarmStart, int info) SPARSERANKONE finds a spars
www.eeworm.com/read/165343/7143780

m sparsehno4.m

function H = makesparseHno4(M,N,wt) %function H = makesparseHno4(M,N,wt) % Make a sparse parity check matrix, with column weight wt % and row weight as uniform as possible and overlap between columns