代码搜索:sparse

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

代码结果 3,324
www.eeworm.com/read/218613/14912959

m spising2dp.m

% spising2D Hamiltonian for the 2D Ising model with aperiodic boundary condition; sparse % version. % spising2D(B,Nx,Ny) gives the Hamiltonian as a sparse matrix for the % ferromagne
www.eeworm.com/read/205036/15328856

m ndims.m

function n = ndims(t) %NDIMS Number of dimensions of a sparse tensor. % % NDIMS(T) returns the number of dimensions of sparse tensor T. % % Examples: % T = sptenrand([3 2 2],5); % ndims(T)
www.eeworm.com/read/131315/5940650

cc compact.cc

/* Compact a sparse 2-D matrix. Uses the Tarjan and Yao algorithm taken from the article ``Storing a Sparse Table'' in CACM, 1979. Copyright (C) 1989 Free Software Foundation, Inc. written
www.eeworm.com/read/488568/6489716

h sparsematrix.h

#ifndef SPARSE_MATRIX_H #define SPARSE_MATRIX_H #include #include #include #include #include #include "Defs.h" #include "Complex.h" usin
www.eeworm.com/read/347943/11626455

m blkchol.m

% [L.L, L.d, L.skip, L.add] = blkchol(L,X,pars,absd) % BLKCHOL Fast block sparse Cholesky factorization. % The sparse Cholesky factor will be placed in the fie
www.eeworm.com/read/393395/2474638

m blkchol.m

% [L.L, L.d, L.skip, L.add] = blkchol(L,X,pars,absd) % BLKCHOL Fast block sparse Cholesky factorization. % The sparse Cholesky factor will be placed in the fie
www.eeworm.com/read/371250/9559982

c sba_levmar_wrap.c

///////////////////////////////////////////////////////////////////////////////// //// //// Simple drivers for sparse bundle adjustment based on the //// Levenberg - Marquardt minimization algorith
www.eeworm.com/read/371250/9559984

c sba_chkjac.c

///////////////////////////////////////////////////////////////////////////////// //// //// Verification routines for the jacobians employed in the expert & simple drivers //// for sparse bundle ad
www.eeworm.com/read/371250/9559989

c sba_levmar.c

///////////////////////////////////////////////////////////////////////////////// //// //// Expert drivers for sparse bundle adjustment based on the //// Levenberg - Marquardt minimization algorith
www.eeworm.com/read/319180/13459233

h pardiso.h

/* ============================================================================================ * * * * smat.h -- Sparse matrix routines for csr matrices. * * * * Auth