代码搜索:sparse

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

代码结果 3,324
www.eeworm.com/read/407093/11429543

c zsp_blas3.c

/*! @file zsp_blas3.c * \brief Sparse BLAS3, using some dense BLAS3 operations * * * -- SuperLU routine (version 2.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, *
www.eeworm.com/read/407093/11429569

c csp_blas3.c

/*! @file csp_blas3.c * \brief Sparse BLAS3, using some dense BLAS3 operations * * * -- SuperLU routine (version 2.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, *
www.eeworm.com/read/407093/11429610

c ssp_blas3.c

/*! @file ssp_blas3.c * \brief Sparse BLAS3, using some dense BLAS3 operations * * * -- SuperLU routine (version 2.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, *
www.eeworm.com/read/407093/11429641

c dsp_blas3.c

/*! @file dsp_blas3.c * \brief Sparse BLAS3, using some dense BLAS3 operations * * * -- SuperLU routine (version 2.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, *
www.eeworm.com/read/347943/11626336

m getdat.m

% [DAtq, DAts] = getDAt(At,Ablk,colsel, d,ud,K) % %Creates % DAt.s full nnz x 1 vector, containing nonzeroblocks(T) with T a % sparse N x length(colsel) matrix, with Ablk.s(:,colsel) block
www.eeworm.com/read/347943/11626598

c symfctmex.c

/* L = symfctmex(X, perm) Computes sparse symbolic factor L.L, updated permutation L.perm, super-node partition L.xsuper. Invokes SPARSPAK-A (ANSI FORTRAN) RELEASE III, by Joseph L
www.eeworm.com/read/346528/11739461

m spquditop.m

% spquditop Operator acting on a given qudit; sparse version % spquditop(op,k,n) defines an n-qudit quantum operator % which corresponds to operator op acting on the k1th and k2th qudits. %
www.eeworm.com/read/343744/11930769

m sbls2.m

function [x,iter] = sbls2(A,b,l,u) %SNNLS Solution of sparse box constrained least squares problems. % %Z%%M% Version %I% %G% % Mikael Lundquist, Linkoping University. % e-mail: milu
www.eeworm.com/read/257008/11961328

m qp.m

function [xout, lambdaout, howout] = qp(H,f,A,b,VLB,VUB,x0,N,verbosein) % Functionally equivalent to Optimization Toolbox QP.M, but calls % BPMPD instead; accepts both full and sparse H and A. % Ty
www.eeworm.com/read/227631/14419133

c ldpc_generate.c

/* Generate H for LDPC*/ /* Based on sparse.c by Matt Davey with his permission*/ #include #include "mex.h" /* Input Arguments: parameters*/ #define M_I