代码搜索:sparse

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

代码结果 3,324
www.eeworm.com/read/409299/2234967

m dualmaxsparsevariance2.m

function b = dualMaxSparseVariance2(K, Kj, Y, Yj, kernelCols) %A function to compute the maximum sparse variance vector between matrix %K and vector y %We just use the example with the highest abso
www.eeworm.com/read/409299/2234984

svn-base dualmaxsparsevariance2.m.svn-base

function b = dualMaxSparseVariance2(K, Kj, Y, Yj, kernelCols) %A function to compute the maximum sparse variance vector between matrix %K and vector y %We just use the example with the highest abso
www.eeworm.com/read/294151/8250111

m makeparitychk.m

function [c, newH] = makeParityChk(dSource, H, strategy) % Generate parity check vector bases on LDPC matrix H using sparse LU decomposition % % dSource : Binary source (0/1) % H : LDPC ma
www.eeworm.com/read/369892/9630368

readme

SNoW - Sparse Network of Winnows Version 3.2.0 For questions or bug reports about the SNoW software, contact Nick Rizzolo (rizzolo@cs.uiuc.edu) University of Illinois at Urbana-Champaign Department o
www.eeworm.com/read/367160/9778480

f dlatm2.f

DOUBLE PRECISION FUNCTION DLATM2( M, N, I, J, KL, KU, IDIST, $ ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK, SPARSE ) * * -- LAPACK auxiliary test routine (version 3.1) -- *
www.eeworm.com/read/367160/9778496

f zlatm2.f

DOUBLE COMPLEX FUNCTION ZLATM2( M, N, I, J, KL, KU, IDIST, $ ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK, SPARSE ) * * -- LAPACK auxiliary test routine (version 3.1) -- *
www.eeworm.com/read/366886/9794231

m makeparitychk.m

function [c, newH] = makeParityChk(dSource, H, strategy) % Generate parity check vector bases on LDPC matrix H using sparse LU decomposition % % dSource : Binary source (0/1) % H : LDPC ma
www.eeworm.com/read/415663/11059366

c dijkstra.c

/* * [d, p] = dijkstra(A, s) * * Implementation of Dijkstra's method using a Matlab sparse matrix * as an adjacency matrix. Zero entries represent non-existent edges. * Uses linear search for s
www.eeworm.com/read/135534/13922722

sid2

- Introduction sis2: sparse svd via subpspace iteration using A'A eigensystems. sis2.c is an ANSI-C code designed to find several of the largest eigenvalues and eigenvectors of a re
www.eeworm.com/read/135534/13922977

bld2

- Introduction bls2: sparse svd via hybrid block Lanczos procedure for eigensystems of the form A'A. bls2.c is an ANSI-C code designed to compute singular values and singular