代码搜索:sparse

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

代码结果 3,324
www.eeworm.com/read/324802/13243551

c main.c

/* ** 2001 September 15 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiven
www.eeworm.com/read/142536/5765038

h ltradefs.h

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1990 Jaijeet S. Roychowdhury **********/ #ifndef LTRA #define LTRA #undef LTRALTEINFO #undef LTRADEB
www.eeworm.com/read/141300/5772004

h ltradefs.h

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1990 Jaijeet S. Roychowdhury **********/ #ifndef LTRA #define LTRA #undef LTRALTEINFO #undef LTRADEB
www.eeworm.com/read/407093/11429516

m permutation.m

% PERMUTATION : Helpful notes on permutation matrices and vectors. % % % There are two ways to represent permutations in Matlab. % % A *permutation matrix* is a square matrix P that is zero except
www.eeworm.com/read/346528/11739285

m contents.m

% MATLAB routines for quantum mechanics. % % General % contents - List of commands % ver - Version % example1 - Example with two-state systems % example2
www.eeworm.com/read/157044/11743305

m distances.m

function D = distances(A,xy) % DISTANCES : Matrix of distances between adjacent mesh points % % Input: A is the (sparse) adjacency matrix of a directed or undirected graph. % xy is the vertex
www.eeworm.com/read/218613/14912844

m contents.m

% MATLAB routines for quantum mechanics. % % General % contents - List of commands % ver - Version % example1 - Example with two-state systems % example2
www.eeworm.com/read/114456/15052831

m histo.m

function [H,X,E]=histo(Y,N) % [H,X]=HISTO(Y,N) % Calculates histogram with fixed binwidth N (default N=1). % HISTO(Y,N) % plots the histogram bar(X,H) % [H,X,E]=HISTO(Y,N) % calcu
www.eeworm.com/read/162614/5526185

f pr24823.f

! { dg-do compile } ! { dg-options "-O2" } ! PR24823 Flow didn't handle a PARALLEL as destination of a SET properly. SUBROUTINE ZLATMR( M, N, DIST, ISEED, SYM, D, MODE, COND, DMAX,
www.eeworm.com/read/205036/15328864

m or.m

function C = or(A,B) %OR Logical OR (|) for sptensors. % % See also SPTENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Bader and