代码搜索:sparse

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

代码结果 3,324
www.eeworm.com/read/161095/10452188

m hbo.m

function [A,xy,B,hbtype,rhstype] = hbo(file) %HBO Read and process a Harwell-Boeing sparse matrix file. % A = HBO('matfile') gets the sparse matrix from the specified .mat file. % % [A,xy,B,hbtype,rhs
www.eeworm.com/read/417661/10981143

m dspca.m

function [U,X,x,F,k,dualitygap,cputime,perceigs]=DSPCA(A,rho,gapchange,maxiter,info,algo) % Wrapper function for sparse_rank_one_mex % DSPCA finds a sparse rank-one approximation to % a given symm
www.eeworm.com/read/407093/11429515

m hbo.m

function [A,xy,B,hbtype,rhstype] = hbo(file) %HBO Read and process a Harwell-Boeing sparse matrix file. % A = HBO('matfile') gets the sparse matrix from the specified .mat file. % % [A,xy,B,hbtype,rhs
www.eeworm.com/read/457216/1599777

m sparcholfun.m

% L = sparcholfun(L,X,pars,absd) % SPARCHOL Fast block sparse Cholesky factorization. % L = sparchol(L,X,pars) uses only tril(X); triu(X) is assumed % to be its transpose. The sparse Cholesky fa
www.eeworm.com/read/431154/1909525

c cols.c

/* * Revision Control Information * * /projects/hsis/CVS/utilities/sparse/cols.c,v * rajeev * 1.2 * 1995/08/08 22:40:54 * */ #include #include "sparse_int.h" /* * allocate a new
www.eeworm.com/read/431154/1909527

c rows.c

/* * Revision Control Information * * /projects/hsis/CVS/utilities/sparse/rows.c,v * rajeev * 1.2 * 1995/08/08 22:41:00 * */ #include #include "sparse_int.h" /* * allocate a new
www.eeworm.com/read/373026/2767710

m sparcholfun.m

% L = sparcholfun(L,X,pars,absd) % SPARCHOL Fast block sparse Cholesky factorization. % L = sparchol(L,X,pars) uses only tril(X); triu(X) is assumed % to be its transpose. The sparse Cholesky fa
www.eeworm.com/read/205036/15328871

m ttt.m

function c = ttt(varargin) %TTT Sparse tensor times sparse tensor. % % Z = TTT(X,Y) computes the outer product of tensors X and Y. % % Z = TTT(X,Y,XDIMS,YDIMS) computes the contracted product of
www.eeworm.com/read/168845/5436103

v2 jamfile.v2

# Copyright (c) 2004 Michael Stevens # Use, modification and distribution are subject to the # Boost Software License, Version 1.0. (See accompanying file # LICENSE_1_0.txt or copy at http://www.boost
www.eeworm.com/read/371250/9559985

h compiler.h

///////////////////////////////////////////////////////////////////////////////// //// //// Compiler-specific definitions for sparse bundle adjustment based on the //// Levenberg - Marquardt minimi